Freecell68k/strntol.h

8 lines
149 B
C

#ifndef STRNTOL_H
#define STRNTOL_H
#include <stddef.h>
long strntol(const char *nptr, size_t sz, char **endptr, int base);
#endif /* STRNTOL_H */