|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <ctype.h>#include <errno.h>#include <limits.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include "common/digits.h"Go to the source code of this file.
Functions | |
| static const char * | _strtox_prelim (const char *p, char *sign, int *base) |
| static uintmax_t | _strtox_main (const char **p, unsigned int base, uintmax_t error, uintmax_t limval, int limdigit, char *sign) |
| unsigned long int | strtoul (const char *s, char **endptr, int base) |
|
static |