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:
Text File  |  1996-04-03  |  374 b   |  13 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FILE: getopt.h
  4. //              
  5. //      Header for the GetOption function
  6. //
  7. //  COMMENTS:
  8. //
  9. ///////////////////////////////////////////////////////////////////////////////
  10.  
  11. // function prototypes
  12. int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);
  13.