?? cplusvxw.c
字號(hào):
/* cplusVxw.c - VxWorks wrapper class initialization *//* Copyright 1995 Wind River Systems, Inc. *//*modification history--------------------01a,14jun95,srh written.*//*DESCRIPTIONThis file is used to include the VxWorks wrapper classes in the VxWorks build. The routines are only included when this file is included by usrConfig.c.NOMANUAL*/#ifndef __INCcplusVxwc#define __INCcplusVxwcextern char __vxwErr_o;extern char __vxwLoadLib_o;extern char __vxwLstLib_o;extern char __vxwMemPartLib_o;extern char __vxwMsgQLib_o;extern char __vxwRngLib_o;extern char __vxwSemLib_o;extern char __vxwSymLib_o;extern char __vxwTaskLib_o;extern char __vxwWdLib_o;char * cplusVxwFiles [] = { &__vxwErr_o, &__vxwLoadLib_o, &__vxwLstLib_o, &__vxwMemPartLib_o, &__vxwMsgQLib_o, &__vxwRngLib_o, &__vxwSemLib_o, &__vxwSymLib_o, &__vxwTaskLib_o, &__vxwWdLib_o };#endif /* &__INCcplusVxwc */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -