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