NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
makemove
games/gomoku/gomoku.h
291
int makemove(player_color, spot_index);
games/gomoku/main.c
318
if ((outcome = makemove(color, curmove)) != MOVEOK)