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