home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
ncftp-2.3.0-src.tgz
/
tar.out
/
contrib
/
ncftp
/
Getopt.h
< prev
next >
Wrap
Text File
|
1996-09-28
|
154b
|
8 lines
/* Getopt.h */
#define kGetoptBadChar ((int)'?')
#define kGetoptErrMsg ""
void GetoptReset(void);
int Getopt(int nargc, char **nargv, char *ostr);