tester3.c

changeset 5
f878a9ffa3e0
parent 3
b1fbfab67908
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/util.h" 11
12 #include "include/misc.h" 12 #include <libtu/util.h>
13 #include "include/optparser.h" 13 #include <libtu/misc.h>
14 #include <libtu/optparser.h>
14 15
15 16
16 static const char usage[]= 17 static const char usage[]=
17 "$u [options]\n" 18 "$u [options]\n"
18 "\n" 19 "\n"

mercurial