cplusgnustring.c
来自「IXP425的BSP代码」· C语言 代码 · 共 35 行
C
35 行
/* cplusgnuString.c - force-link of C++ string type *//* Copyright 1998 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01d,06nov01,sn use new prefixed names01c,24jan01,sn use wrapper symbols01b,11oct00,sn regenerated01a,03Jun98,sn wrote*//*DESCRIPTIONThis file is used to include support for the C++ string type. NOMANUAL*/#ifndef __INCcplusStringc#define __INCcplusStringcextern char ___x_gnu_cstrmain_o;extern char ___x_gnu_stdexcepti_o;char * __cplusStringObjs [] ={ &___x_gnu_cstrmain_o, &___x_gnu_stdexcepti_o, 0};#endif /* __INCcplusStringc */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?