ass_data.c

来自「澳洲人写的Cortex,包括uC_IP协议栈」· C语言 代码 · 共 55 行

C
55
字号
<HTML><HEAD><TITLE>/home/asysweb/public_html/cortex/kernel/src/ass_data.c</TITLE></HEAD><BODY><pre><font color="#6920ac">/*************************************************************************/</font><font color="#6920ac">/*                                                                       */</font><font color="#6920ac">/*     Copyright (c) 1997-1999 Australian Real Time Embedded Systems     */</font><font color="#6920ac">/*                                                                       */</font><font color="#6920ac">/* PROPRIETARY RIGHTS of Australian Real Time Embedded Systems           */</font><font color="#6920ac">/* are involved in the subject matter of this material. All reproduction,*/</font><font color="#6920ac">/* manufacturing, use, and sales rights pertaining to this subject matter*/</font><font color="#6920ac">/* are governed by the license agreement. The recipient of this software */</font><font color="#6920ac">/* implicitly accepts the terms of the license.                          */</font><font color="#6920ac">/*                                                                       */</font><font color="#6920ac">/*************************************************************************/</font><font color="#6920ac">/************************************************************************* * * FILE NAME * *      ass_data.h * * SYSTEM COMPONENT * *      Assert and debug support component * * DESCRIPTION * *      This file contains all data are required for ASSERT component * * SCCS HISTORY * *      @(#)ass_data.c  1.4, 01/25/99, 00:30:24 * * AUTHOR * *      Vadim N. Azarovsky * * CREATED * *      07-Feb-1997         by Vadim N. Azarovsky * * REVISION HISTORY * *      NAME                DATE                    REMARKS * **************************************************************************/</font><b><font color='DarkGreen'>#include</font></b> <a href="ass_defs.h.FIND-INC"><font color="blue">"ass_defs.h"</font></a><i>excp_Descr_t</i> asse_Exception_g = {<font color="DarkGreen">"Assertion Failed"</font>};</pre></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?