Freecell68k/strntol.h

8 lines
149 B
C
Raw Normal View History

2019-05-04 04:29:26 +00:00
#ifndef STRNTOL_H
#define STRNTOL_H
#include <stddef.h>
long strntol(const char *nptr, size_t sz, char **endptr, int base);
#endif /* STRNTOL_H */