Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
va_arg
include/linux/stdarg.h
8
#define va_arg(v, T) __builtin_va_arg(v, T)
tools/include/nolibc/stdarg.h
13
#define va_arg(v, l) __builtin_va_arg(v, l)