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

6 lines
117 B
C

#ifndef FIO_STRNTOL_H
#define FIO_STRNTOL_H
long strntol(const char *str, size_t sz, char **end, int base);
#endif