summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/lldiv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-141-1/+3
| | | | | | Merge the manual pages and call them deprecated there. ok and manpage tweak jmc@, ok natano@
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-0/+50