aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-29add errno.hMattias Andrée1-0/+46
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29mMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add iso646.hMattias Andrée1-0/+41
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add alloca.hMattias Andrée1-0/+51
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée4-6/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29only use __attributes__ if compiling with gccMattias Andrée2-1/+39
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdalign.hMattias Andrée1-0/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdnoreturn.hMattias Andrée1-0/+36
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdbool.hMattias Andrée1-0/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdarg.hMattias Andrée2-0/+104
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée2-0/+121
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29m + add stdintMattias Andrée5-0/+752
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-28add stddef.hMattias Andrée2-0/+164
Signed-off-by: Mattias Andrée <maandree@operamail.com>