dxx-rebirth/common/include/strio.h

9 lines
169 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
/* fileio.c in /misc for d1x file reading */
#ifndef _STRIO_H
#define _STRIO_H
char* fgets_unlimited(PHYSFS_file *f);
2006-03-20 16:43:15 +00:00
char *splitword(char *s, char splitchar);
#endif