You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
355 B
12 lines
355 B
#ifndef imput_nstd_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__
|
|
#define imput_nstd_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_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_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ */
|