Refactor #includes and headers
[fio.git] / lib / strntol.h
CommitLineData
bd99994b
RP
1#ifndef FIO_STRNTOL_H
2#define FIO_STRNTOL_H
3
3d2d14bc
SW
4#include <stdint.h>
5
bd99994b
RP
6long strntol(const char *str, size_t sz, char **end, int base);
7
8#endif