is_win 60 user/testbin/tictac/tictac.c bool is_win(int x, int y); is_win 253 user/testbin/tictac/tictac.c return(is_win(x, y));