OPTARG(3) Library Functions Manual OPTARG(3)

optarg opterr optind optoptoptions parsing variables

#include <stdio.h>

extern char *optarg;
extern int opterr, optind, optopt;

Refer to getopt(3) .

February 1997 posix.fail