Home | History | Annotate | Download | only in re2

Lines Matching defs:strtoull

16 #define strtoull _strtoui64
1153 // strtoull() will silently accept negative numbers and parse
1159 uint64 r = strtoull(str, &end, radix);