#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "assert.h"
#include "score4.h"
Functions | |
| static void | _pberror (short j, int pos) |
| Display an error message for pbaord_1(). | |
| void | pboard_1 (void) |
| Display the board on the screen. | |
Variables | |
| short | a_board_1 [] |
| Alpha board. | |
| short | b_board_1 [] |
| Beta board. | |
| char | mach_ch_1 |
| Machine stone - wither 'O' or 'X'. | |
| char | user_ch_1 |
| User stone - wither 'O' or 'X'. | |
1.4.5