Searched defs:strtol (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dstrtol.cpp166 return strtol(s, nullptr, 10);
170 return strtol(s, nullptr, 10);
181 long strtol(const char* s, char** end, int base) { function

Completed in 773 milliseconds