Searched refs:strntoumax (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dndk_cruft.cpp146 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { function
195 return (intmax_t) strntoumax(nptr, endptr, base, n);

Completed in 24 milliseconds