📄 sdcc-lib.h
字号:
/** Top level header file for the sdcc libraries that enables target specific features.*/#ifndef __SDC51_SDCC_LIB_H#define __SDC51_SDCC_LIB_H 1#if defined(__z80)#include <asm/z80/features.h>#elif defined(__gbz80)#include <asm/gbz80/features.h>#else/* PENDING */#include <asm/default/features.h>#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -