aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-101-0/+43
* mMattias Andrée2015-10-101-16/+20
* add atofMattias Andrée2015-10-101-0/+15
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+57
* add abspath and relpathMattias Andrée2015-10-101-0/+40
* miscMattias Andrée2015-09-021-0/+11
* fix some warnings and errorsMattias Andrée2015-09-021-3/+14
* add div functionsMattias Andrée2015-09-021-3/+38
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
* add _LIBRARY_HEADERMattias Andrée2015-08-311-1/+1
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-89/+1
* add memory allocation functionsMattias Andrée2015-08-301-0/+135