summaryrefslogtreecommitdiff
path: root/lib/strsep.h
blob: 782a360097cae1eaeed290af5c5439e2bf248226 (plain)
1
2
3
4
5
6
#ifndef FIO_LIB_H
#define FIO_LIB_H

char *strsep(char **, const char *);

#endif