sgetopt.h

来自「daemontools-0.76.tar.gz是在linux环境下自动监控进程的」· C头文件 代码 · 共 24 行

H
24
字号
/* Public domain. */#ifndef SGETOPT_H#define SGETOPT_H#ifndef SGETOPTNOSHORT#define getopt sgetoptmine#define optarg subgetoptarg#define optind subgetoptind#define optpos subgetoptpos#define opterr sgetopterr#define optproblem subgetoptproblem#define optprogname sgetoptprogname#define opteof subgetoptdone#endif#include "subgetopt.h"extern int sgetoptmine(int,const char *const *,const char *);extern int sgetopterr;extern const char *sgetoptprogname;#endif

⌨️ 快捷键说明

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