src/common/stdarg.h File Reference
Go to the source code of this file.
Defines |
#define | _STDARG_H |
#define | _ANSI_STDARG_H_ |
#define | va_start(v, l) __builtin_va_start(v,l) |
#define | va_end(v) __builtin_va_end(v) |
#define | va_arg(v, l) __builtin_va_arg(v,l) |
#define | va_copy(d, s) __builtin_va_copy(d,s) |
#define | __va_copy(d, s) __builtin_va_copy(d,s) |
#define | _VA_LIST_ |
Typedefs |
typedef __builtin_va_list | __gnuc_va_list |
typedef __gnuc_va_list | va_list |
Detailed Description