⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cplusgnucomplex.c

📁 IXP425的BSP代码
💻 C
字号:
/* cplusgnuComplex.c - force-link of C++ complex type  *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01e,06nov01,sn   use new prefixed names01d,21mar01,sn   include ldcomplex.o01c,24jan01,sn   use wrapper symbols01b,11oct00,sn   regenerated01a,03Jun98,sn   wrote*//*DESCRIPTIONThis file is used to include support for the C++ complex type. NOMANUAL*/#ifndef __INCcplusComplexc#define __INCcplusComplexcextern char ___x_gnu_dcomplex_o;extern char ___x_gnu_ldcomplex_o;extern char ___x_gnu_fcomplex_o;char * __cplusComplexObjs [] ={    &___x_gnu_dcomplex_o,    &___x_gnu_ldcomplex_o,    &___x_gnu_fcomplex_o,    0};#endif /* __INCcplusComplexc */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -