home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
NETWORK
/
UUPC11QS.ZIP
/
LIB
/
GETOPT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-10-01
|
224 b
|
14 lines
/*
getopt.h
Update history:
01Oct89 Add function prototype for getopt ahd
*/
extern int getopt(int argc, char **argv, char *opts);
extern int optind;
extern char *optarg;