summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/imaxdiv.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r301115ache2016-06-051-0/+2
| | | | | | Don't use fixup for C99 and up, the compiler result is already correct. Suggested by: bde
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-151-0/+45
o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards conformance and add additional references. Reviewed by: bde, wollman
OpenPOWER on IntegriCloud