Changeset 8497
- Timestamp:
- Aug 22, 2006, 4:45:01 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/slurp.c
r6846 r8497 7 7 8 8 #include "slurp.h" 9 10 # define SLURP_SIZE 1024 9 11 10 12 psString slurp(int fd) … … 38 40 // else - it's an error 39 41 psError(PS_ERR_UNKNOWN, true, "slurp failed"); 42 psFree(str); 40 43 return NULL; 41 44 } -
trunk/ippTools/src/slurp.h
r6845 r8497 2 2 #include <pslib.h> 3 3 4 # define SLURP_SIZE 10245 6 4 psString slurp(int fd); 7 5 psString fslurp(FILE *stream);
Note:
See TracChangeset
for help on using the changeset viewer.
