#include <sys/types.h>Go to the source code of this file.
Defines | |
| #define | va_arg(ap, type) __builtin_va_arg(ap, type) |
| #define | va_end(ap) __builtin_va_end(ap) |
| #define | va_start(ap, last) __builtin_va_start(ap, last) |
Typedefs | |
| typedef __builtin_va_list | va_list |
Definition in file stdarg.h.
1.4.7