zbd: Fix zone report handling
[fio.git] / oslib / strsep.h
CommitLineData
5d413e08
SW
1#ifndef CONFIG_STRSEP
2
67bf9823
JA
3#ifndef FIO_STRSEP_LIB_H
4#define FIO_STRSEP_LIB_H
00fb3c8d
JA
5
6char *strsep(char **, const char *);
7
8#endif
5d413e08
SW
9
10#endif