?? includes.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -