Add iexec

This commit is contained in:
2017-07-06 12:45:58 +02:00
parent 38300c0375
commit 047a55640c
4 changed files with 182 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ parse_program_arguments (int argc, char **argv)
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, "CONFIG", "PRNG.");
opt_handler_make (argc, argv, opts, NULL, "PRNG.");
int c;
while ((c = opt_handler_get (&oh)) != -1)