#ifndef output_std_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ #define output_std_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ #include "types.h" /** * Print the Sudoku on stdout using unicode borders * @param s The Sudoku * @param color Use colors or not */ void std_ausgabe_unicode(sudoku* s,int color); /** * Print the Sudoku on stdout using ascii * @param s The Sudoku * @param color Use colors or not */ void std_ausgabe(sudoku* s,int color); #endif /* output_std_2b894a04_3a0c_4223_bf83_6ab40c0f5e57_h__ */