12345678910 |
- /*
- * 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);
|