summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoimax.c
AgeCommit message (Expand)Author
2017-07-06The 0x (or 0X) prefix in base 16 is optional so only skip over theTodd C. Miller
2015-09-12Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directPhilip Guenther
2014-09-13Make sure that the following functions return 0 and EINVAL asIngo Schwarze
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller