Searched defs:strtoul (Results 1 – 2 of 2) sorted by relevance
153 #define strtoul(s,r,b) ((b) == 16 ? \ macro
101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { in strtoul() function