cplusgnuStringIo.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* cplusgnuStringIo.c - force-link of C++ string type's IO functions */
- /* Copyright 1998 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++ string type's iostreams
- related functionality.
- NOMANUAL
- */
- #ifndef __INCcplusStringIoc
- #define __INCcplusStringIoc
- extern char ___x_gnu_cstrio_o;
- char * __cplusStringIoObjs [] =
- {
- &___x_gnu_cstrio_o,
- 0
- };
- #endif /* __INCcplusStringIoc */