Changeset 15410 for trunk/psLib/src/sys/psSlurp.h
- Timestamp:
- Oct 29, 2007, 11:30:03 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psSlurp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psSlurp.h
r12072 r15410 4 4 * @author Joshua Hoblitt, University of Hawaii 5 5 * 6 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2007- 02-27 03:31:56$6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-29 21:30:03 $ 8 8 */ 9 9 10 10 #ifndef PS_SLURP_H 11 11 #define PS_SLURP_H 12 13 #include <psString.h> 12 14 13 15 /// @addtogroup FileIO Input/Output … … 26 28 // Read ("slurp") a file (specified by filename) 27 29 // and return a string containing the entire file. 28 psString psSlurpFilename(const char *filename // Filename 30 psString psSlurpFilename(const char *filename // Filename 29 31 ); 30 32
Note:
See TracChangeset
for help on using the changeset viewer.
