Changeset 11154
- Timestamp:
- Jan 18, 2007, 6:31:06 PM (19 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psSlurp.c
r10999 r11154 5 5 * @author Joshua Hoblitt, University of Hawaii 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-01- 09 22:38:53$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-19 04:31:06 $ 9 9 * 10 10 * Copyright 2006 University of Hawaii … … 18 18 #include <unistd.h> 19 19 20 #include "psType.h" 20 21 #include "psError.h" 22 #include "psMemory.h" 21 23 #include "psSlurp.h" 22 #include "psMemory.h"23 24 24 25 #define SLURP_SIZE 4096 -
trunk/psLib/src/sys/psSlurp.h
r9538 r11154 1 1 #ifndef PS_SLURP_H 2 2 #define PS_SLURP_H 3 4 #include <stdio.h>5 #include "psString.h"6 7 3 8 4 // Read ("slurp") a file (specified by file descriptor)
Note:
See TracChangeset
for help on using the changeset viewer.
