OpenCBM
|
struct to remember the general options to the program More...
Data Fields | |
int | argc |
a (modifieable) copy of the number of arguments, as given to main() | |
char ** | argv |
a (modifieable) copy of the argument list, as given to main() | |
int | ownargv |
remember: This is the original argv (=0), or this is a malloc()ed copy of it (=1) | |
int | error |
there was an error in processing the options (=1), or not (=0) | |
int | help |
option: the user requested help for the specified command | |
int | version |
option: print version information | |
char * | adapter |
option: an explicit adapter was specified | |
PETSCII_RAW | petsciiraw |
option: The user requested PETSCII or RAW, or nothing | |