getopt library

<getopt.h> implementation for stdc

Contains command line argument parsing utilities.

Classes

Option
Structure for long options used by getopt_long.

Extensions

GetoptStdc on Stdc
<getopt.h> standard and GNU extensions for stdc.

Constants

no_argument → const int
Indicates that the option takes no argument.
optional_argument → const int
Indicates that the option takes an optional argument.
required_argument → const int
Indicates that the option requires an argument.