📄 include.h
字号:
//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆公共头文件◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
//◆文件名称:include.h
//◆文件说明:
//◆文件作者:翟 鹏
//◆创建日期:2005年6月
//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
#ifndef INCLUDE_H
#define INCLUDE_H
#include <absacc.h> //绝对地址访问
#include <intrins.h> //_nop_();
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "type.h"
#include "../driver/driver.h"
#include "str.h"
#include "fat.h"
#include "gis.h"
#include "device.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -