home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1995 March
/
CHIP3.mdf
/
slackwar
/
a
/
util
/
util-lin.2
/
util-lin
/
util-linux-2.2
/
time
/
optind.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-22
|
302 b
|
11 lines
#ifndef lint
#ifndef NOID
static char elsieid[] = "@(#)optind.c 7.3";
#endif /* !defined NOID */
#endif /* !defined lint */
int opterr = 1, /* if error message should be printed */
optind = 1; /* index into parent argv vector */
char *optarg; /* argument associated with option */
int optopt;