Include dependency graph for stdarg.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | va_start(ap, last) __builtin_va_start(ap, last) |
#define | va_arg(ap, type) __builtin_va_arg(ap, type) |
#define | va_end(ap) __builtin_va_end(ap) |
Typedefs | |
typedef __builtin_va_list | va_list |
Definition in file stdarg.h.