CArgs

Stores the unprocessed arguments supplied when the process was started.

struct CArgs {
int argc;
char** argv;
}
Suggestion Box / Bug Report