mirror of
https://github.com/StevenMcLeod/Freecell68k.git
synced 2024-11-27 02:49:54 +00:00
8 lines
149 B
C
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 */ |