Getopt (The GNU C Library) (original) (raw)

Next: Parsing Program Options with Argp, Up: Parsing Program Arguments [Contents][Index]


25.2 Parsing program options using getopt

The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.