#ifndef imput_nstd_h__ #define imput_nstd_h__ /** * Reads the Sudoku from file * @param path The File to read from * @param sf The struct where to write the Data */ int s_b_einlesen(char * path, sudoku * sf); #endif /* imput_nstd_h__ */