home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
misc
/
pgpamiga
/
contrib
/
md5sum
/
source
/
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-02-27
|
106 b
|
5 lines
#ifndef UNIX /* avoid conflict with stdlib.h */
int getopt(int argc, char **argv, char *opts);
#endif