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
218
#define max_c(a,b) ((a)>(b)?(a):(b))
headers/private/fs_shell/fssh_api_wrapper.h
194
#define max_c(a,b) fssh_max_c(a,b)