Searched refs:strtoumax (Results 1 – 4 of 4) sorted by relevance
77 #define strtoumax strtoull macro
48 uintmax_t strtoumax(const char* restrict s, char** restrict p, int base) { in strtoumax() function
408 val = sign ? strtoimax(cp, &ep, 0) : strtoumax(cp, &ep, 0); in getuintmax()
18 uintmax_t strtoumax(const char* __restrict, char** __restrict, int);
Completed in 8 milliseconds