summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoimax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The 0x (or 0X) prefix in base 16 is optional so only skip over themillert2017-07-061-3/+3
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-121-1/+2
* Make sure that the following functions return 0 and EINVAL asschwarze2014-09-131-3/+13
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-0/+140