简单的“三子棋”

#ifndef __GAME_H__ #define __GAME_H__ #include <stdio.h> #include <stdlib.h> #include <string.h> #define ROW 3 #define COLS 3 void init(char a[ROW][COLS],int row, int cols); void display(char a[ROW][C
相关文章
相关标签/搜索