summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/imaxdiv.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r301115Andrey A. Chernov2016-06-051-0/+2
| | | | | | | | | Don't use fixup for C99 and up, the compiler result is already correct. Suggested by: bde Notes: svn path=/stable/10/; revision=301459
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-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 Notes: svn path=/head/; revision=86368