sudoku.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 77 49e0babccb23
equal deleted inserted replaced
28:54addf5893ef 29:7abf6146898e
   183 int main (int argc, char **argv)
   183 int main (int argc, char **argv)
   184 {
   184 {
   185     Board b;
   185     Board b;
   186 
   186 
   187     int i;
   187     int i;
   188 
       
   189     int ret;
   188     int ret;
   190 
       
   191     int colored = 0;
   189     int colored = 0;
   192 
   190 
   193     while ((i = getopt (argc, argv, "ch")) != -1) {
   191     while ((i = getopt (argc, argv, "ch")) != -1) {
   194         switch (i) {
   192         switch (i) {
   195         case 'h':
   193         case 'h':