tester.c

changeset 5
f878a9ffa3e0
parent 0
86b7f6f9c5c0
child 9
55e7f2ff6021
equal deleted inserted replaced
4:ee28b655297b 5:f878a9ffa3e0
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;

mercurial