home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / samples / DBLIB / c / textcopy / getopt.h < prev    next >
Encoding:
Text File  |  1997-04-09  |  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.