2 puts(
" A B C D E F G H");
3 puts(
" +-------------------------------+");
4 for(
int y = 7;
y != -1; --
y) {
6 for(
int x = 0;
x != 8;
x += 2)
10 puts(
" |---+---+---+---+---+---+---+---|");
12 puts(
" +-------------------------------+");
static void print_pos(const struct board *b, int x, int y)
Definition chess0.c:32
static void print_board(const struct board *b)
Definition chess_common.h:1
printf("x" "1" "= %d, x" "2" "= %s", x1, x2)
puts("The first, second, and third items.")
#define y
Definition gcc14.c:2
#define x
Definition gcc14.c:1