dxx-rebirth/include/strio.h
Bradley Bell 9bd1ba7c47 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:30:16 +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