usrnetshow.c

来自「IXP425的BSP代码」· C语言 代码 · 共 22 行

C
22
字号
/* usrNetShow.c - Support for network show routines *//* Copyright 2002 Wind River Systems, Inc. *//*modification history--------------------01a,28mar02,vvv  written*//*DESCRIPTIONThis file provides support for the network show routines, specifically theroute display routines routeShow, arpShow and mRouteShow. It sets up theconfiguration parameters for correct functioning of these routines.NOMANUAL*/const UINT rtMem = RT_DISPLAY_MEMORY;const BOOL bufferedRtShow = RT_BUFFERED_DISPLAY;

⌨️ 快捷键说明

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