include.h
来自「基于STC51通过GPS自主定位导航FAT文件系统程序」· C头文件 代码 · 共 36 行
H
36 行
//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆公共头文件◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
//◆文件名称: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 + =
减小字号Ctrl + -
显示快捷键?