eagle.h
来自「十七种模拟器源代码 非常有用的作课程设计不可缺少的」· C头文件 代码 · 共 42 行
H
42 行
/*************************************************************** eagle.h** eagle header for use with DJGPP* needs eagle.o to link** Date : 15 September 1998** Eagle Version : 0.40** Includes the MMX version (autodetect)** Please distribute this file with the complete eagle package* **************************************************************/extern void eagle ( unsigned long *lb, unsigned long *lb2, short width, int destination_segment, int screen_address1, int screen_address2 );extern void eagle_mmx16 ( unsigned long *lb, unsigned long *lb2, short width, int destination_segment, int screen_address1, int screen_address2 );extern void eagle_bmp ( unsigned long *lb, unsigned long *lb2, short width, int destination_segment, int screen_address1, int screen_address2 );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?