📄 calc.h
字号:
/* * calc.h - the interface of a small calculator. * * Copyright (C) YRP Ubiquitous Networking Laboratory, 2005. */#ifndef _CALC_H_#define _CALC_H_IMPORT ER tet_calc(UB *input, UB *output);#endif /* _CALC_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -