home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
back2roots/padua
/
padua.7z
/
padua
/
ftp.vapor.com
/
3rdparty
/
md5sum.lzx
/
source
/
getopt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-11
|
106 b
|
5 lines
#ifndef UNIX /* avoid conflict with stdlib.h */
int getopt(int argc, char **argv, char *opts);
#endif