68f5d1b7db3fb29ba2df26211a8c166adac45661
[fio.git] / lib / strntol.h
1 #ifndef FIO_STRNTOL_H
2 #define FIO_STRNTOL_H
3
4 long strntol(const char *str, size_t sz, char **end, int base);
5
6 #endif