Merge branch 'master' of https://github.com/jan--f/fio
[fio.git] / oslib / strsep.h
1 #ifndef FIO_STRSEP_LIB_H
2 #define FIO_STRSEP_LIB_H
3
4 char *strsep(char **, const char *);
5
6 #endif