cplusdiabLang.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* cplusDiabLang.c - force-link of C++ compiler support  */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,06feb02,sn   added libimfp.a C++ objects
  7. 01a,06nov01,sn   wrote
  8. */
  9. /*
  10. DESCRIPTION
  11. This file pulls in C++ language support.
  12.  
  13. NOMANUAL
  14. */
  15. #ifndef __INCcplusLangC
  16. #define __INCcplusLangC
  17. extern char __dplusplus_intrinsicsInit;
  18. extern char __diab_intrinsics_impfp_cplusInit;
  19. char * __cplusLangObjs [] =
  20. {
  21.     &__dplusplus_intrinsicsInit,
  22.     &__diab_intrinsics_impfp_cplusInit,
  23.     0
  24. };
  25. #endif /* __INCcplusLangC */