xref: /kvm-unit-tests/lib/argv.h (revision 03b1e4570f9678c59a1fdcd0428d21681541602e)
163d5cbecSThomas Huth /*
263d5cbecSThomas Huth  * Set up arguments for main() and prepare environment variables
363d5cbecSThomas Huth  *
463d5cbecSThomas Huth  * This code is free software; you can redistribute it and/or modify it
563d5cbecSThomas Huth  * under the terms of the GNU Library General Public License version 2.
663d5cbecSThomas Huth  */
763d5cbecSThomas Huth 
863d5cbecSThomas Huth extern void __setup_args(void);
963d5cbecSThomas Huth extern void setup_args_progname(const char *args);
1063d5cbecSThomas Huth extern void setup_env(char *env, int size);
11*03b1e457SNadav Amit extern void add_setup_arg(const char *arg);
12