summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoull.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-0/+128
aliases to fake up strtou?q(). espie@ OK.