aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée1-0/+71
2015-10-10mMattias Andrée2-16/+20
2015-10-10add atofMattias Andrée1-0/+38
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+116
2015-10-10add abspath and relpathMattias Andrée2-0/+204
2015-09-02add div functionsMattias Andrée1-0/+68
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-134/+0
2015-08-30add memory allocation functionsMattias Andrée1-0/+134