usrnetmuxcfg.c
来自「IXP425的BSP代码」· C语言 代码 · 共 23 行
C
23 行
/* usrNetMuxCfg.c - Configurations for the MUX library *//* Copyright 1992 - 1998 Wind River Systems, Inc. *//*modification history--------------------01a,30Jul99,puli created this configlette from usrNetwork.c*//*DESCRIPTIONThis configlette initializes the muxMaxBinds extern and initializes the MUXlibrary.NOMANUAL*/void usrMuxLibInit(void) { muxMaxBinds=MUX_MAX_BINDS; muxLibInit(); }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?