aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-27fix errors and warningsMattias Andrée1-14/+0
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add getenvMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-21add clearenvMattias Andrée1-0/+43
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+30
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17add macros for abs, labs, llabs, and imaxabsMattias Andrée1-3/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-16doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée1-3/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17improve attributesMattias Andrée1-13/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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>