#ifndef BACKTRACKING_H #define BACKTRACKING_H #include struct sudoku; bool solve_backtracking(struct sudoku *grid); #endif /* !BACKTRACKING_H */