DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
nitems
sys/sys/param.h
400
#define nitems(x) NELEM(x)
usr.bin/calendar/utils.h
49
#define nitems(x) (sizeof(x) / sizeof((x)[0]))