home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
UNIX
/
Networking
/
ncftp-2.4.2-MIHS
/
src
/
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
|
1995-03-07
|
154 b
|
8 lines
/* Getopt.h */
#define kGetoptBadChar ((int)'?')
#define kGetoptErrMsg ""
void GetoptReset(void);
int Getopt(int nargc, char **nargv, char *ostr);