init9.c 94 B

1234567
  1. extern void startboot(char*, char**);
  2. void
  3. _main(char *argv0)
  4. {
  5. startboot(argv0, &argv0);
  6. }