]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/lizard-test.c
Strtonum: Support u32 and s32
[libucw.git] / ucw / lizard-test.c
index 74f898b55a629d7f1b22df159b93302ba5b6a327..4d1a1ccc1969dcd4afb84d1c3e3e3c242c661444 100644 (file)
@@ -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);