Searched defs:atoi (Results 1 – 7 of 7) sorted by relevance
38 atoi(const char *nptr) in atoi() function
312 def atoi(str): function
210 def atoi(*args): function
392 def atoi(s , base=10): function
318 def atoi(str): function
394 def atoi(s , base=10): function
283 #define atoi(nptr) AsciiStrDecimalToUintn(nptr) macro