home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
LIB
/
GETOPT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-27
|
291b
|
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;