changeset 9 | c3fecc82ade6 |
parent 0 | af501b0c1716 |
child 27 | 81a574d60c15 |
8:96d16dfe787a | 9:c3fecc82ade6 |
---|---|
1 /* |
1 /** |
2 * $Id: sudoku.c,v 1.3 2008-04-29 15:18:53 mbroeker Exp $ |
2 * test/demos/sudoku.c |
3 * $Source: /development/c/demos/sudoku.c,v $ |
3 * Copyright (C) 2008 Markus Broeker |
4 * |
4 * |
5 */ |
5 * Sudoku - The Game |
6 |
6 */ |
7 /* Sudoku - The Game */ |
|
8 |
7 |
9 #include <stdio.h> |
8 #include <stdio.h> |
10 #include <stdlib.h> |
9 #include <stdlib.h> |
11 #include <getopt.h> |
10 #include <getopt.h> |
12 #include <string.h> |
11 #include <string.h> |