sys_data.c
来自「澳洲人写的Cortex,包括uC_IP协议栈」· C语言 代码 · 共 60 行
C
60 行
<HTML><HEAD><TITLE>/home/asysweb/public_html/cortex/kernel/src/sys_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 * * sys_data.c * * SYSTEM COMPONENT * * System Component * * DESCRIPTION * * This file contains all locally avaialable data * required for System Component. * * SCCS HISTORY * * @(#)sys_data.c 1.7, 03/11/99, 13:27:24 * * AUTHOR * * Vadim N. Azarovsky * * CREATED * * 29-May-1998 by Vadim N. Azarovsky * * REVISION HISTORY * * NAME DATE REMARKS * **************************************************************************/</font><b><font color='DarkGreen'>#include</font></b> <a href="sys_priv.h.FIND-INC"><font color="blue">"sys_priv.h"</font></a><i>crtx_Char_t</i> syst_FatalBuffer[<a href="SYST_FATAL_BUFFER_SIZE.FIND-DEF">SYST_FATAL_BUFFER_SIZE</a>];<i>crtx_Char_t</i> syst_VersionStr_g[<a href="SYST_VERSION_STR_SIZE.FIND-DEF">SYST_VERSION_STR_SIZE</a>];<i>crtx_Char_t</i> *syst_Copyright_g = <font color="DarkGreen">"Copyright (c) 1997-1999 Australian Real Time Embedded Systems"</font>;</pre></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?