📄 rombox.h
字号:
/* -*-C-*- * * $Revision: 1.1 $ * $Author: rivimey $ * $Date: 1999/03/11 11:54:03 $ * * Copyright (c) 1996 Advanced RISC Machines Limited. * All Rights Reserved. * * Project: ANGEL * * Title: Debugging via rombox - header file. */#ifndef angel_rombox_h#define angel_rombox_hvoid RomboxPutByte(char);#define rombox_PreWarn(l) (IGNORE(l), TRUE)#define rombox_PutChar(c) RomboxPutByte((c))#define rombox_PostWarn(n) (IGNORE(n), (void *)0)#endif /* ndef angel_rombox_h *//* EOF rombox.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -