Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
type_min
include/linux/overflow.h
37
#define type_min(t) __type_min(typeof(t))
tools/include/linux/overflow.h
35
#define type_min(T) ((T)((T)-type_max(T)-(T)1))