allwinner_a64/android/external/fio/oslib/strsep.h
2018-08-08 16:14:42 +08:00

6 lines
96 B
C

#ifndef FIO_STRSEP_LIB_H
#define FIO_STRSEP_LIB_H
char *strsep(char **, const char *);
#endif