argv.h 347 B

12345678910
  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. extern void __setup_args(void);
  8. extern void setup_args_progname(const char *args);
  9. extern void setup_env(char *env, int size);