Searched defs:strtoul (Results 1 – 2 of 2) sorted by relevance
48 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
153 #define strtoul(s,r,b) ((b) == 16 ? \ macro