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