summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoull.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-0/+128
aliases to fake up strtou?q(). espie@ OK.