OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
randshape
games/tetris/tetris.c
247
nextshape = randshape();
games/tetris/tetris.c
248
curshape = randshape();
games/tetris/tetris.c
279
nextshape = randshape();
games/tetris/tetris.c
70
const struct shape *randshape(void);