home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / ptk / mips / getopt.h < prev    next >
Encoding:
Text File  |  1995-01-16  |  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.