📄 main.h
字号:
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <string.h>
#include <dos.h>
#include <stdarg.h>
#include <math.h>
#include <ctype.h>
#include <mem.h>
#include ".\header\am186msr.h"
#include ".\header\types.h"
#include ".\header\ascii.h"
#include ".\header\irq.h"
#include ".\header\comm.h"
#include ".\header\timer.h"
#include ".\header\scc8530.h"
#include ".\ucos-ii\ix86l\os_cpu.h"
#include ".\ucos-ii\ix86l\os_cfg.h"
#include ".\ucos-ii\source\ucos_ii.h"
extern void GotoMonitor(void);
extern void EnabletchDog(void);
extern void WatchDog(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -