Home
last modified time | relevance | path

Searched defs:Strtoul (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperl.h7954 # define Strtoul strtoull macro
7957 # define Strtoul strtouq macro
7962 # define Strtoul strtoul macro
7965 # define Strtoul(s, e, b) strchr((s), '-') ? ULONG_MAX : (unsigned long)strtol((s), (e), (b)) macro