]> icculus.org git repositories - btb/d2x.git/blob - include/strio.h
moved protos to from grdef.h to gr.h
[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(FILE *f, char splitchar);
6 char *splitword(char *s, char splitchar);
7
8 #endif