Move */include/strio.h -> common/include/strio.h

This commit is contained in:
Kp 2013-03-03 01:03:33 +00:00
parent c90750e802
commit 1abda3c5a6
2 changed files with 0 additions and 8 deletions

View file

@ -1,8 +0,0 @@
/* fileio.c in /misc for d1x file reading */
#ifndef _STRIO_H
#define _STRIO_H
char* fgets_unlimited(PHYSFS_file *f);
char *splitword(char *s, char splitchar);
#endif