tester3.c

changeset 70
e866dc825481
parent 62
aae5facf9fc5
equal deleted inserted replaced
69:df17024f1107 70:e866dc825481
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/util.h> 12 #include "util.h"
13 #include <libtu/misc.h> 13 #include "misc.h"
14 #include <libtu/optparser.h> 14 #include "optparser.h"
15 15
16 16
17 static const char usage[]= 17 static const char usage[]=
18 "Usage: $p [options]\n" 18 "Usage: $p [options]\n"
19 "\n" 19 "\n"

mercurial