📄 usrnetmuxcfg.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -