summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/imaxdiv.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use fixup for C99 and up, the compiler result is already correct.ache2016-06-011-0/+2
| | | | | | Suggested by: bde MFC after: 1 week
* 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