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