summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoumax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn12 days1-109/+0
* 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-5/+11
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-0/+102