includes.h

来自「PowerPC 8240 的ucosII 移植代码 开发平台为 DiabData」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef INCLUDES_H
#define INCLUDES_H

#include    <stdio.h>
#include    <string.h>
#include    <ctype.h>
#include    <stdlib.h>

#include    <app_cfg.h>
#include    <ucos_ii.h>
#include    <bsp.h>
#define char TypeError
#define short TypeError
#define long TypeError
#define int TypeError
#define unsigned TypeError

#include "bsp.h"

#endif /* INCLUDES_H */ 

/* End of source */

⌨️ 快捷键说明

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