graph: drop more than 1 entry, if we are more than 1 above the limit
[fio.git] / lib / strsep.h
1 #ifndef FIO_LIB_H
2 #define FIO_LIB_H
3
4 char *strsep(char **, const char *);
5
6 #endif