#ifndef SUDOKU_DISPLAY_H #define SUDOKU_DISPLAY_H void display(struct cell board[9][9]); #endif /* SUDOKU_DISPLAY_H */