| 6 * This file is distributed under the terms of the "Artistic License". |
6 * This file is distributed under the terms of the "Artistic License". |
| 7 * See the included file LICENSE for details. |
7 * See the included file LICENSE for details. |
| 8 */ |
8 */ |
| 9 |
9 |
| 10 #include <stdio.h> |
10 #include <stdio.h> |
| 11 #include "include/misc.h" |
11 |
| 12 #include "include/tokenizer.h" |
12 #include <libtu/misc.h> |
| |
13 #include <libtu/tokenizer.h> |
| 13 |
14 |
| 14 |
15 |
| 15 int main(void) |
16 int main(void) |
| 16 { |
17 { |
| 17 Tokenizer*tokz; |
18 Tokenizer*tokz; |