cplusgnuStl.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* cplusgnuStl.c - force-link of C++ Standard Template Library */
- /* Copyright 2000 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01d,06nov01,sn use new prefixed names
- 01c,24jan01,sn use wrapper symbols
- 01b,11oct00,sn regenerated
- 01a,03Jun98,sn wrote
- */
- /*
- DESCRIPTION
- This file is used to include support for the C++ Standard Template
- Library.
- NOMANUAL
- */
- #ifndef __INCcplusStlc
- #define __INCcplusStlc
- extern char ___x_gnu_stlinst_o;
- char * __cplusStlObjs [] =
- {
- &___x_gnu_stlinst_o,
- 0
- };
- #endif /* __INCcplusStlc */