adosx32.h

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

H
13
字号
/* Copyright	Rainer Schnitker 92,93,94 */

long	int10voff ( void );	/* label to fnct that calls old int10h */
long	int10vsel ( void );	/* label to fnct that calls old int10h */
long	int21voff ( void );	/* label to fnct that calls old int21h */
long	int21vsel ( void );	/* label to fnct that calls old int21h */
void	bioscall ( void );
void	doscall ( void );
void    mousecall ( void );
volatile void back_from_syscall ( void );
void	debug_entry (void);
int	execute_dpmi_function (void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?