subgetopt.h
来自「linux下qmail的源码 本人加了一些注释」· C头文件 代码 · 共 25 行
H
25 行
#ifndef SUBGETOPT_H#define SUBGETOPT_H#ifndef SUBGETOPTNOSHORT#define sgopt subgetopt#define sgoptarg subgetoptarg#define sgoptind subgetoptind#define sgoptpos subgetoptpos#define sgoptproblem subgetoptproblem#define sgoptprogname subgetoptprogname#define sgoptdone subgetoptdone#endif#define SUBGETOPTDONE -1extern int subgetopt();extern char *subgetoptarg;extern int subgetoptind;extern int subgetoptpos;extern int subgetoptproblem;extern char *subgetoptprogname;extern int subgetoptdone;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?