mirror of
https://github.com/LucasCodeur/alcu.git
synced 2026-04-28 17:44:34 +02:00
print_board
This commit is contained in:
+4
-1
@@ -11,9 +11,12 @@
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef ALCU_H
|
||||
# define ALCU_H
|
||||
#define ALCU_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
char *read_file(int fd);
|
||||
int check_input(int fd);
|
||||
void print_board(int *game_state, size_t nb_line);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user