📄 eagle.h
字号:
/*************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -