blob: 5fea5d191f3dc7122bb9446b22851a355c108bca [file] [log] [blame]
#ifndef FIO_STRSEP_LIB_H
#define FIO_STRSEP_LIB_H
char *strsep(char **, const char *);
#endif