]> icculus.org git repositories - btb/d2x.git/blob - include/strio.h
rewrite GET_INTEL_* macros, fix bugs in aligned version of PUT_INTEL_* macros
[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 *fsplitword(CFILE *f, char splitchar);
6 char *splitword(char *s, char splitchar);
7
8 #endif