calc.h
来自「运行于T-Engine(使用T-Kernel操作系统)的实例源码」· C头文件 代码 · 共 13 行
H
13 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?