rombox.h

来自「AT91所有开发板的资料 AT91所有开发板的资料」· C头文件 代码 · 共 27 行

H
27
字号
/* -*-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 + =
减小字号Ctrl + -
显示快捷键?