general.h

来自「ARM得编程实例。很经典。在win ce5.0环境下的编程实例」· C头文件 代码 · 共 23 行

H
23
字号

#ifndef GENERAL_H
#define GENERAL_H

#include "system.h"

#ifdef INTEL_X86_CPU
    #include <string.h>
#endif

#include "utility.h"
#include "dbstru.h"
#include "hardware.h"
#include "SysCst.h"
#include "tm422.h"

#include "dbs\dbs.h"
#include "dsp\dsp.h"
#include "net\netdrv.h"
#include "net\netsrv.h"

#endif  /* GENERAL_H */

⌨️ 快捷键说明

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