Add Qgetline for Mercury. Safely read in a random lenght line from a file.

This commit is contained in:
Bill Currie 2000-10-06 07:05:22 +00:00
parent bdb02ef735
commit 21787a552f
2 changed files with 35 additions and 1 deletions

View file

@ -63,6 +63,6 @@ int Qseek(QFile *file, long offset, int whence);
long Qtell(QFile *file);
int Qflush(QFile *file);
int Qeof(QFile *file);
char *Qgetline(QFile *file);
#endif /*_QUAKEIO_H*/