]> icculus.org git repositories - btb/d2x.git/blob - include/strio.h
d2x can now handle any line ending when reading d2x.ini
[btb/d2x.git] / include / strio.h
1 /* fileio.c in /misc for d1x file reading */
2 #ifndef _STRIO_H
3 #define _STRIO_H
4
5 char* fgets_unlimited(CFILE *f);
6 char *splitword(char *s, char splitchar);
7
8 #endif