]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/lizard-test.c
xtypes&tableprinter: added parsing of size and tests
[libucw.git] / ucw / lizard-test.c
index fb9830a630f9230e8adbe704b38d38ac70f6704a..4d1a1ccc1969dcd4afb84d1c3e3e3c242c661444 100644 (file)
@@ -1,8 +1,8 @@
-#include "ucw/lib.h"
-#include "ucw/getopt.h"
-#include "ucw/fastbuf.h"
-#include "ucw/ff-binary.h"
-#include "ucw/lizard.h"
+#include <ucw/lib.h>
+#include <ucw/getopt.h>
+#include <ucw/fastbuf.h>
+#include <ucw/ff-binary.h>
+#include <ucw/lizard.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
@@ -31,8 +31,8 @@ int
 main(int argc, char **argv)
 {
   int opt;
-  uns action = 't';
-  uns crash = 0;
+  uint action = 't';
+  uint crash = 0;
   log_init(argv[0]);
   while ((opt = cf_getopt(argc, argv, options, CF_NO_LONG_OPTS, NULL)) >= 0)
     switch (opt)
@@ -54,7 +54,7 @@ main(int argc, char **argv)
 
   void *mi, *mo;
   int li, lo;
-  uns adler = 0;
+  uint adler = 0;
 
   struct stat st;
   stat(argv[optind], &st);