aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/div.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split div.cMattias Andrée2015-11-171-71/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-161-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add div functionsMattias Andrée2015-09-021-0/+68
Signed-off-by: Mattias Andrée <maandree@operamail.com>