home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
sql
/
dblib
/
c
/
textcopy
/
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
Text File
|
1996-04-03
|
374 b
|
13 lines
///////////////////////////////////////////////////////////////////////////////
//
// FILE: getopt.h
//
// Header for the GetOption function
//
// COMMENTS:
//
///////////////////////////////////////////////////////////////////////////////
// function prototypes
int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);