📄 options.h
字号:
/* * (c) Copyright 1993 by Panagiotis Tsirigotis * All rights reserved. The file named COPYRIGHT specifies the terms * and conditions for redistribution. */extern int e_option;extern int l_option;extern int v_option;extern int n_option;extern int d_option;extern int p_option;extern char *p_option_arg_1;#define p_option_arg p_option_arg_1extern char *program_name;void usage();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -