Commit 6f07d603 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Eliminate homebrew strtouv64() function for parsing long integer literals...

...in favor of strtoull(3)

Because we assume that the compiler has a native int64_t/uint64_t type,
it is silly to imagine that unsigned long long won't be 64-bit.
parent 4db1b76e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment