cc_rev.h

来自「stcc 示范程序」· C头文件 代码 · 共 30 行

H
30
字号
/****************************************************************************

File name   : cc_rev.h

Description : contain cc review

Date               Creation                 Name
----               ------------             ----
06 09 05                                    AW
*****************************************************************************/

/* Define to prevent recursive inclusion */
#ifndef __CC_REV_H
#define __CC_REV_H

#ifdef __cplusplus
extern "C" {
#endif

static const ST_Revision_t CC_Revision = "STCC-REL_2.0.10";

#ifdef __cplusplus
}
#endif

#endif /* #ifndef __CC_REV_H */

/* End of cc_rev.h */

⌨️ 快捷键说明

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