OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
howmany
sys/sys/param.h
186
#define howmany(x, y) (((x)+((y)-1))/(y))
sys/sys/select.h
115
#define howmany(x, y) __howmany(x, y)