summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtonum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* errno -> err in a structure. OK deraadt@marc2004-06-211-4/+4
* Be smarter about signed vs. unsigned (produces better error messages).millert2004-05-031-2/+2
* strtonum, a nicer version of strtoll, by millert and myself.tedu2004-05-031-0/+74