aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add macros for abs, labs, llabs, and imaxabsMattias Andrée2015-11-171-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-161-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve attributesMattias Andrée2015-10-171-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-101-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-101-16/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add atofMattias Andrée2015-10-101-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add abspath and relpathMattias Andrée2015-10-101-0/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2015-09-021-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some warnings and errorsMattias Andrée2015-09-021-3/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add div functionsMattias Andrée2015-09-021-3/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _LIBRARY_HEADERMattias Andrée2015-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-89/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memory allocation functionsMattias Andrée2015-08-301-0/+135
Signed-off-by: Mattias Andrée <maandree@operamail.com>