Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CTASSERT
usr/src/boot/common/bootstrap.h
426
#define CTASSERT(x) _Static_assert(x, "compile-time assertion failed")
usr/src/uts/common/sys/debug.h
137
#define CTASSERT(x) _Static_assert(x, "compile-time assertion failed")