dxx-rebirth/include/strio.h
md2211 d393f32eed * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

9 lines
173 B
C

/* fileio.c in /misc for d1x file reading */
#ifndef _STRIO_H
#define _STRIO_H
char *fsplitword(FILE *f, char splitchar);
char *splitword(char *s, char splitchar);
#endif