gnuboy-for-dfi/split.h

8 lines
91 B
C
Raw Normal View History

2012-06-23 14:38:19 +00:00
#ifndef SPLIT_H
#define SPLIT_H
int splitline(char **argv, int max, char *line);
#endif