getopt.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef _GETOPT_H_
  2. #define _GETOPT_H_ 1
  3. #ifdef __cplusplus
  4. extern          "C" {
  5. #endif
  6. NETSNMP_IMPORT int   getopt(int, char *const *, const char *);
  7. NETSNMP_IMPORT char *optarg;
  8. NETSNMP_IMPORT int   optind, opterr, optopt, optreset;
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif