cplusdiabLang.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* cplusDiabLang.c - force-link of C++ compiler support */
- /* Copyright 2000 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01b,06feb02,sn added libimfp.a C++ objects
- 01a,06nov01,sn wrote
- */
- /*
- DESCRIPTION
- This file pulls in C++ language support.
- NOMANUAL
- */
- #ifndef __INCcplusLangC
- #define __INCcplusLangC
- extern char __dplusplus_intrinsicsInit;
- extern char __diab_intrinsics_impfp_cplusInit;
- char * __cplusLangObjs [] =
- {
- &__dplusplus_intrinsicsInit,
- &__diab_intrinsics_impfp_cplusInit,
- 0
- };
- #endif /* __INCcplusLangC */