Revert "tools/fio_latency2csv.py: add tool that converts json+ to CSV"
[fio.git] / oslib / strsep.h
CommitLineData
67bf9823
JA
1#ifndef FIO_STRSEP_LIB_H
2#define FIO_STRSEP_LIB_H
00fb3c8d
JA
3
4char *strsep(char **, const char *);
5
6#endif