Go to the source code of this file.
Defines | |
#define | va_copy(dst, src) __builtin_va_copy(dst, src) |
#define | va_start(last, va) __builtin_va_start(last, va) |
#define | va_arg(va, type) __builtin_va_arg(va, type) |
#define | va_end(va) __builtin_va_end(va) |
Typedefs | |
typedef __builtin_va_list | va_list |
Definition in file vararg.h.
#define va_arg | ( | va, | |||
type | ) | __builtin_va_arg(va, type) |
#define va_end | ( | va | ) | __builtin_va_end(va) |
#define va_start | ( | last, | |||
va | ) | __builtin_va_start(last, va) |