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