?? cplusdiablang.c
字號:
/* cplusDiabLang.c - force-link of C++ compiler support *//* Copyright 2000 Wind River Systems, Inc. *//*modification history--------------------01b,06feb02,sn added libimfp.a C++ objects01a,06nov01,sn wrote*//*DESCRIPTIONThis file pulls in C++ language support. NOMANUAL*/#ifndef __INCcplusLangC#define __INCcplusLangCextern char __dplusplus_intrinsicsInit;extern char __diab_intrinsics_impfp_cplusInit;char * __cplusLangObjs [] ={ &__dplusplus_intrinsicsInit, &__diab_intrinsics_impfp_cplusInit, 0};#endif /* __INCcplusLangC */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -