Changeset 11248 for trunk/psLib/src/sys/psSlurp.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (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
r11154 r11248 1 /* @file psSlurp.h 2 * @brief read complete files into strings 3 * 4 * @author JH 5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-01-23 22:47:23 $ 7 */ 8 1 9 #ifndef PS_SLURP_H 2 10 #define PS_SLURP_H 11 12 /// @addtogroup FileIO Input/Output 13 /// @{ 3 14 4 15 // Read ("slurp") a file (specified by file descriptor) … … 12 23 ); 13 24 14 25 /// @} 15 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
