Changeset 207 for cpp/frams/virtfile/stringfile.h
- Timestamp:
- 04/03/14 01:25:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/virtfile/stringfile.h
r204 r207 23 23 int Vgetc(); 24 24 char *Vgets(char *s, int size); 25 int Vprintf(const char *format, va_list args);26 25 int Vseek(long offset, int whence); 27 26 int Vtell() {return pos;} 28 void Vrewind() {pos=0;}29 27 int Vflush() {return 0;} 30 28 };
Note: See TracChangeset
for help on using the changeset viewer.