#ifndef SUDOKU_LOAD_H #define SUDOKU_LOAD_H #include #include "cell.h" int load(FILE *f, struct cell (*b)[9][9]); #endif /* SUDOKU_LOAD_H */