welibc
A clear, secure, and well documented standard C library
|
Declares a type and macros for advancing through a list of arguments. More...
Go to the source code of this file.
Macros | |
#define | va_arg(ap, type) __builtin_va_arg((ap), type) |
#define | va_end(ap) __builtin_va_end((ap)) |
#define | va_start(ap, parmN) __builtin_va_start((ap), (parmN)) |
Typedefs | |
typedef __builtin_va_list | va_list |
Declares a type and macros for advancing through a list of arguments.
Definition in file stdarg.h.
#define va_start | ( | ap, | |
parmN | |||
) | __builtin_va_start((ap), (parmN)) |