cplusstl.c

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

C
31
字号
/* cplusStl.c - force-link of C++ Standard Template Library  *//* Copyright 1993 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01a,03Jun98,sn   wrote*//*DESCRIPTIONThis file is used to include support for the C++ Standard TemplateLibrary. NOMANUAL*/#ifndef __INCcplusStlc#define __INCcplusStlcextern char __stlinst_o;char *cplusStlObjs [] ={  &__stlinst_o};#endif /* __INCcplusStlc */

⌨️ 快捷键说明

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