Merge branch 'update-fio-ioops-version' of https://github.com/diameter/fio
[fio.git] / oslib / strsep.h
1 #ifndef CONFIG_STRSEP
2
3 #ifndef FIO_STRSEP_LIB_H
4 #define FIO_STRSEP_LIB_H
5
6 char *strsep(char **, const char *);
7
8 #endif
9
10 #endif