optind

Name

optind -- external variable used in getopt()

Synopsis

extern int optind;

Description

optind holds the current index of the array argr[] which contains the command line options being parsed by getopt().