gnuboy-for-dfi/split.h

8 lines
91 B
C

#ifndef SPLIT_H
#define SPLIT_H
int splitline(char **argv, int max, char *line);
#endif