NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sgn
games/hack/hack.c
761
sgn(int a)
games/warp/warp.h
150
#define sgn(x) ((x) < 0 ? -1 : (x) > 0)