⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conf.h

📁 Calc Software Package for Number Calc
💻 H
字号:
/* * DO NOT EDIT -- generated by the Makefile */#if !defined(__CONF_H__)#define __CONF_H__/* the default :-separated search path */#if !defined(DEFAULTCALCPATH)#define DEFAULTCALCPATH "./cal"#endif /* DEFAULTCALCPATH *//* the default :-separated startup file list */#if !defined(DEFAULTCALCRC)#define DEFAULTCALCRC "/lib/calc/startup:~/.calcrc:./.calcinit"#endif /* DEFAULTCALCRC *//* the location of the help directory */#if !defined(HELPDIR)#define HELPDIR "/lib/calc/help"#endif /* HELPDIR *//* the location of the custom help directory */#if !defined(CUSTOMHELPDIR)#define CUSTOMHELPDIR "/lib/calc/help/custhelp"#endif /* CUSTOMHELPDIR *//* the default pager to use */#if !defined(DEFAULTCALCPAGER)#define DEFAULTCALCPAGER "less.exe"#endif /* DEFAULTCALCPAGER */#endif /* !__CONF_H__ */

⌨️ 快捷键说明

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