mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Add Qgetline for Mercury. Safely read in a random lenght line from a file.
This commit is contained in:
parent
bdb02ef735
commit
21787a552f
2 changed files with 35 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue