sudoku.c
changeset 133 f46f9606dbfb
parent 85 9568a180fc43
equal deleted inserted replaced
132:54a04f5f141d 133:f46f9606dbfb
    66     }
    66     }
    67     return TRUE;
    67     return TRUE;
    68 }
    68 }
    69 
    69 
    70 /**
    70 /**
    71  * Show the content of the Board in a human readable manner
    71  * Show the content of the Board in an human readable manner
    72  */
    72  */
    73 void showBoard (Board board, int colored)
    73 void showBoard (Board board, int colored)
    74 {
    74 {
    75     int i, j;
    75     int i, j;
    76 
    76