Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__static_assert
include/linux/build_bug.h
80
#define __static_assert(expr, msg, ...) _Static_assert(expr, msg)
tools/include/linux/build_bug.h
81
#define __static_assert(expr, msg, ...) _Static_assert(expr, msg)