home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 May
/
PCWorld_2002-05_cd.bin
/
Software
/
TemaCD
/
activetcltk
/
ActiveTcl8.3.4.1-8.win32-ix86.exe
/
ActiveTcl8.3.4.1-win32-ix86
/
include
/
util
/
hsgetopt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
2001-10-22
|
353 b
|
14 lines
/*
* The function definitions for Henry Spencer's getopt code
*/
#if defined(__STDC__) || defined(__GNUC__) || defined(sgi)
#define PROTO(ARGS) ARGS
#else
#define PROTO(ARGS) ()
#endif
void hs_resetopt PROTO((void)) ;
int hs_getopt PROTO((register int argc, register char **argv, char *optstring)) ;
extern int hs_optind;
extern char * hs_optarg;