Searched refs:strntoumax (Results 1 – 1 of 1) sorted by relevance
141 extern "C" uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() function190 return (intmax_t) strntoumax(nptr, endptr, base, n); in strntoimax()