Searched defs:Strtoul (Results 1 – 1 of 1) sorted by relevance
7954 # define Strtoul strtoull macro7957 # define Strtoul strtouq macro7962 # define Strtoul strtoul macro7965 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro