Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
min_c
headers/os/support/SupportDefs.h
216
#define min_c(a,b) ((a)>(b)?(b):(a))
headers/private/fs_shell/fssh_api_wrapper.h
183
#define min_c(a,b) fssh_min_c(a,b)