cdosx32.h

来自「由3926个源代码」· C头文件 代码 · 共 20 行

H
20
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?