Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_MIN
usr/src/cmd/sh/ctype.h
76
#define _MIN (T_DEF|T_SHN)
usr/src/lib/libcurses/screen/curshdr.h
260
#define _MIN(a, b) ((a) < (b) ? (a) : (b))