GETOPT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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