6 lines
96 B
C
6 lines
96 B
C
#ifndef FIO_STRSEP_LIB_H
|
|
#define FIO_STRSEP_LIB_H
|
|
|
|
char *strsep(char **, const char *);
|
|
|
|
#endif
|