CArgs

Stores the unprocessed arguments supplied when the process was started.

struct CArgs {}

Members

Variables

argc
int argc;

The argument count.

argv
char** argv;

The arguments as a C array of strings.

Meta