📄 option.h
字号:
#ifndef _OPTION_H_#define _OPTION_H_#define IS_FILE 0x80000000struct opt_struct { char *opt; unsigned int has_arg;};struct parse_opt { int index; char *ptr;};struct parse_opt parse_option(int i, char **argv, struct opt_struct *opts);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -