#ifndef SUDOKU_UPDATE_H #define SUDOKU_UPDATE_H #include "cell.h" void update_not_row_col(struct cell (*)[9][9]); #endif /* SUDOKU_UPDATE_H */