aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-13__noreturn shall be at the beginning of the prototypesMattias Andrée1-4/+4
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée1-0/+43
2015-10-10mMattias Andrée1-16/+20
2015-10-10add atofMattias Andrée1-0/+15
2015-10-10add atoi, atol, atoll, and atoqMattias Andrée1-0/+57
2015-10-10add abspath and relpathMattias Andrée1-0/+40
2015-09-02miscMattias Andrée1-0/+11
2015-09-02fix some warnings and errorsMattias Andrée1-3/+14
2015-09-02add div functionsMattias Andrée1-3/+38
2015-09-02add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée1-1/+14
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+1
2015-08-31add _LIBRARY_HEADERMattias Andrée1-1/+1
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-89/+1
2015-08-30add memory allocation functionsMattias Andrée1-0/+135