CArgs

Provide out-of-band access to the original C argc/argv passed to this program via main(argc,argv).

struct CArgs {
int argc;
char** argv;
}

Meta