📄 cl32.h
字号:
/*
*******************************************************************************
* The real-time kernel "rtCell" *
* Copyright 2005 taowentao, allrights reserved. *
* File : cl32.h *
* By : taowentao 2004-11-30 *
* 2005-08-05 *
*******************************************************************************
*/
#if !defined(CL32_H)
#define CL32_H
/*
*******************************************************************************
* TYPE DEFINE , *
* THIS MAKES DATA TYPE INDEPENDENT WITH THE COMPILERS *
*******************************************************************************
*/
#if defined(_inline)
#undef _inline
#endif
#define _inline_ __inline__
/* #define _inline __inline */
#if defined(_cdecl)
#undef _cdecl
#endif
#define _cdecl_ __cdecl
/* #define _cdecl __cdecl */
/*
*******************************************************************************
* *
*******************************************************************************
*/
#endif /* end of cl32.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -