cpluscomplexio.c
来自「ppc 8245 可编译bsp 包括 uart」· C语言 代码 · 共 35 行
C
35 行
/* cplusComplexIo.c - force-link of C++ complex number IO *//* 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 number iostreamsrelated functionality. NOMANUAL*/#ifndef __INCcplusComplexIoc#define __INCcplusComplexIocextern char __fcomio_o;extern char __dcomio_o;extern char __ldcomio_o;char* cplusComplexIoObjs [] ={ &__fcomio_o, &__dcomio_o, &__ldcomio_o};#endif /* __INCcplusComplexIoc */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?