home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Internet Business Development Kit
/
PRODUCT_CD.iso
/
ftpage
/
disk7
/
getopt.h_
/
getopt.h
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-09-07
|
292 b
|
15 lines
/*
getopt.h
Update history:
01Oct89 Add function prototype for getopt ahd
*/
#define getopt(x,y,z) GETOPT(x,y,z) /* Avoid GNU conflict */
extern int getopts(int argc, char **argv, char *opts);
extern int optind;
extern char *optarg;