XipZ
Mini packer ▶►▸ for small programs.
Public Attributes | List of all members
gengetopt_args_info Struct Reference

Where the command line options are stored. More...

#include <cmdline.h>

Public Attributes

const char * help_help
 Print help and exit help description.

 
const char * version_help
 Print version and exit help description.

 
int raw_flag
 output raw crunched data without header (default=off).

 
const char * raw_help
 output raw crunched data without header help description.

 
enum enum_algorithm algorithm_arg
 crunching algorithm to use (default='xipz').

 
char * algorithm_orig
 crunching algorithm to use original value given at command line.

 
const char * algorithm_help
 crunching algorithm to use help description.

 
int jump_arg
 address to jump to (-1 = load address) (default='-1').

 
char * jump_orig
 address to jump to (-1 = load address) original value given at command line.

 
const char * jump_help
 address to jump to (-1 = load address) help description.

 
unsigned int help_given
 Whether help was given.

 
unsigned int version_given
 Whether version was given.

 
unsigned int raw_given
 Whether raw was given.

 
unsigned int algorithm_given
 Whether algorithm was given.

 
unsigned int jump_given
 Whether jump was given.

 
char ** inputs
 unnamed options (options without names)
 
unsigned inputs_num
 unnamed options number
 

Detailed Description

Where the command line options are stored.

Definition at line 40 of file cmdline.h.


The documentation for this struct was generated from the following file: