Changeset 5531 for trunk/tools/common/kFile.h
- Timestamp:
- Apr 17, 2001, 2:26:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFile.h
r4426 r5531 1 /* $Id: kFile.h,v 1. 7 2000-10-05 07:27:57bird Exp $1 /* $Id: kFile.h,v 1.8 2001-04-17 00:26:10 bird Exp $ 2 2 * 3 3 * kFile - Simple (for the time being) file class. … … 63 63 BOOL readAt(void *pvBuffer, long cbBuffer, long off) throw(int); 64 64 void * readFile() throw(int); 65 static void * readFile(const char *pszFilename) throw(int); 65 66 BOOL readln(char *pszBuffer, long cchBuffer); 66 67
Note:
See TracChangeset
for help on using the changeset viewer.