xref: /kvm-unit-tests/lib/argv.h (revision 5b70cbdb7bc2ea65096b51565c75815cc95945b8)
1 /*
2  * Set up arguments for main() and prepare environment variables
3  *
4  * This code is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Library General Public License version 2.
6  */
7 
8 extern void __setup_args(void);
9 extern void setup_args_progname(const char *args);
10 extern void setup_env(char *env, int size);
11 extern void add_setup_arg(const char *arg);
12