getopt.h

来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _GETOPT_H_#define _GETOPT_H_ 1#ifdef __cplusplusextern          "C" {#endifNETSNMP_IMPORT int   getopt(int, char *const *, const char *);NETSNMP_IMPORT char *optarg;NETSNMP_IMPORT int   optind, opterr, optopt, optreset;#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?