?? cpluscomplex.c
字號:
/* cplusComplex.c - force-link of C++ complex type *//* Copyright 1998 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01a,03Jun98,sn wrote*//*DESCRIPTIONThis file is used to include support for the C++ complex type. NOMANUAL*/#ifndef __INCcplusComplexc#define __INCcplusComplexcextern char __fcomplex_o;extern char __dcomplex_o;extern char __ldcomplex_o;char* cplusComplexObjs [] ={ &__fcomplex_o, &__dcomplex_o, &__ldcomplex_o,};#endif /* __INCcplusComplexc */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -