aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdarg.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-13c revision warnings for stdarg.hMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-08on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here tooMattias Andrée1-2/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02miscMattias Andrée1-1/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdarg.hMattias Andrée1-0/+85
Signed-off-by: Mattias Andrée <maandree@operamail.com>