Home | History | Annotate | Download | only in util

Lines Matching refs:strtoull

871     // strtoull() will silently accept negative numbers and parse
877 uint64 r = strtoull(str, &end, radix);