📄 cdosx32.h
字号:
/* Copyright Rainer Schnitker 92,93 */
#ifndef _CDOSX32_H
#define _CDOSX32_H
#define CARRY_OFF 0
#define CARRY_ON 1
#define CARRY_NON 2
#define IOBUF_SIZE 8192
extern char *iobuf;
extern unsigned real_mode_stack;
void align_iobuf(void);
int int21normal(void);
ARGUSER cdosx_read(int handle, ARGUSER buf, ARGUSER count);
ARGUSER cdosx_write(int handle, ARGUSER buf, ARGUSER count);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -