t/zbd: avoid test case 31 failure with small devices
[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