OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SGN
games/atc/def.h
53
#define SGN(x) ((x < 0) ? -1 : ((x > 0) ? 1 : 0))
games/phantasia/macros.h
9
#define SGN(X) ((X) < 0 ? -1 : 1)