Ignore:
Timestamp:
04/03/14 01:25:40 (10 years ago)
Author:
Maciej Komosinski
Message:

StringFILE's Vprintf can now handle strings of any length

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/virtfile/stringfile.h

    r204 r207  
    2323int Vgetc();
    2424char *Vgets(char *s, int size);
    25 int Vprintf(const char *format, va_list args);
    2625int Vseek(long offset, int whence);
    2726int Vtell() {return pos;}
    28 void Vrewind() {pos=0;}
    2927int Vflush() {return 0;}
    3028};
Note: See TracChangeset for help on using the changeset viewer.