?? 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(); }
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -