home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
EXTRAS
/
UUCODE
/
UUPC
/
TEST
/
UPC12ES1.ZIP
/
LIB
/
getopt.h
< 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
|
1992-11-27
|
291 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 getopt(int argc, char **argv, char *opts);
extern int optind;
extern char *optarg;