clix
Single-header file CLI libraries for C
Loading...
Searching...
No Matches
args_raw Struct Reference

Detailed Description

Copy of the raw process argument vector.

Exposed for use cases such as rendering usage with executable name.

Data Fields

int c
char ** v

Field Documentation

◆ c

int args_raw::c

Argument count.

◆ v

char** args_raw::v

Argument vector.