📄 general.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -