📄 global.h
字号:
/********************************************************************** Global Variables $Id: global.h,v 4.1.2.5 2004/10/04 20:57:18 vicadmin Exp $ 29-Oct-03 Added version string and removed unused options from optstring. TJB**********************************************************************/char *version = "4.0.5";char *optstring = "g:vo";#if QUICK_FSdouble temps[] = { -1.e-5, -0.075, -0.20, -0.50, -1.00, -2.50, -5, -10 };#endifint flag;global_param_struct global_param;veg_lib_struct *veg_lib;option_struct options;#if LINK_DEBUGdebug_struct debug;#endifError_struct Error;param_set_struct param_set;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -