Files
d/src/util.h
2017-09-15 13:57:21 +02:00

5 lines
68 B
C

#include <string.h>
#include <stdlib.h>
char** split(char*, char);