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