cplusstring.c

来自「ppc 8245 可编译bsp 包括 uart」· C语言 代码 · 共 34 行

C
34
字号
/* cplusString.c - force-link of C++ string 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++ string type. NOMANUAL*/#ifndef __INCcplusStringc#define __INCcplusStringcextern char __cstringi_o;extern char __stdexcepti_o;extern char __cstrmain_o;char* cplusStringObjs [] ={ &__cstringi_o, &__stdexcepti_o, &__cstrmain_o,};#endif /* __INCcplusStringc */

⌨️ 快捷键说明

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