Move fls.h in with the other lib helpers
[fio.git] / lib / strsep.h
CommitLineData
00fb3c8d
JA
1#ifndef FIO_LIB_H
2#define FIO_LIB_H
3
4char *strsep(char **, const char *);
5
6#endif