struct options { char *outfilename; char *infilename; char *idlpath; bool verbose; bool debug; }; extern struct options *options;