Home
last modified time | relevance | path

Searched refs:INPUTF (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/gomoku/
H A Dmain.c46 #define INPUTF 2 /* get input from a file */ macro
170 input[BLACK] = INPUTF; in main()
171 input[WHITE] = INPUTF; in main()
199 case INPUTF: /* input comes from a file */ in main()