v86/tests/kvm-unit-tests/lib/argv.h
2020-07-21 20:10:11 -05:00

11 lines
347 B
C

/*
* Set up arguments for main() and prepare environment variables
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General Public License version 2.
*/
extern void __setup_args(void);
extern void setup_args_progname(const char *args);
extern void setup_env(char *env, int size);