projects
/
btb
/
d2x.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
improved automake config. make dist, VPATH builds, ...
[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