Home
last modified time | relevance | path

Searched refs:strtoumax_l (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dstrtoumax.c57 strtoumax_l(const char * __restrict nptr, in strtoumax_l() function
130 return strtoumax_l(nptr, endptr, base, __get_current_locale()); in strtoumax()
/picolibc-latest/newlib/libc/include/
Dinttypes.h335 uintmax_t strtoumax_l(const char *__restrict, char **_restrict, int, locale_t);