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