📄 ebos.h
字号:
#if !defined(__EBOS_H)
#include <stdio.h>
#include <dos.h>
#include <conio.h>
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
#include "ebos\kernal\arch.h"
#include "ebos\kernal\ebos_cfg.h"
#include "ebos\kernal\err.h"
#ifdef OS_GLOBALS
#define OS_EXT
#else
#define OS_EXT extern
#endif
#include "ebos\kernal\kernal.h"
//#include "ebos\net\neterr.h"
//#include "ebos\net\network.h"
#define __EBOS_H
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -