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

📄 compile.h

📁 rtCell 实时微内核-具有下列功能: 1. 完全抢占的实时微内核结构
💻 H
字号:
/*
 *******************************************************************************
 *                      The real-time kernel "rtCell"                          *
 *              Copyright 2005 taowentao, allrights reserved.                  *
 * File : compile.h                                                            *
 * By   : taowentao     2004-11-30                                             *
 *                      2005-08-05                                             *
 *******************************************************************************
 */

#if !defined(COMPILE_H)
#define COMPILE_H

#if !defined(CONFIG_H)
#include "giCell\Engine\Config.h"
#endif  

/*
 *******************************************************************************
 *                                   TYPE DEFINE  ,                            *
 *               THIS MAKES DATA TYPE INDEPENDENT WITH THE COMPILERS           *
 *******************************************************************************
 */

#ifdef MC_CODE16
#include "giCell\Engine\cl16.h"
#else
#include "giCell\Engine\cl32.h"
#endif

/*
 *******************************************************************************
 *                                                                             *
 *******************************************************************************
 */
#endif /* end of compile.h */
 

⌨️ 快捷键说明

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