Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ArraySize
usr/src/cmd/sqlite/shell.c
221
#define ArraySize(X) (sizeof(X)/sizeof(X[0]))
usr/src/lib/libsqlite/src/sqliteInt.h
226
#define ArraySize(X) (sizeof(X)/sizeof(X[0]))