aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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>