#ifndef input_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ #define input_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ #include "types.h" /** * Reads the Sudoku from file * @param path The File to read from * @param sf The struct where to write the Data * @param o The options with the functions to use */ int s_einlesen(char * path, sudoku * sf, options * o); #endif /* input_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ */