7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
8 */ |
8 */ |
9 |
9 |
10 #include <stdio.h> |
10 #include <stdio.h> |
11 |
11 |
12 #include <libtu/misc.h> |
12 #include "misc.h" |
13 #include <libtu/tokenizer.h> |
13 #include "tokenizer.h" |
14 #include <libtu/util.h> |
14 #include "util.h" |
15 |
15 |
16 int main(int argc, char *argv[]) |
16 int main(int argc, char *argv[]) |
17 { |
17 { |
18 Tokenizer*tokz; |
18 Tokenizer*tokz; |
19 Token tok=TOK_INIT; |
19 Token tok=TOK_INIT; |