Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
va_start
include/linux/stdarg.h
6
#define va_start(v, l) __builtin_va_start(v, l)
tools/include/nolibc/stdarg.h
11
#define va_start(v, l) __builtin_va_start(v, l)