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

VxWorks

开发平台:

C/C++

  1. /* cplusgnuStl.c - force-link of C++ Standard Template Library  */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01d,06nov01,sn   use new prefixed names
  7. 01c,24jan01,sn   use wrapper symbols
  8. 01b,11oct00,sn   regenerated
  9. 01a,03Jun98,sn   wrote
  10. */
  11. /*
  12. DESCRIPTION
  13. This file is used to include support for the C++ Standard Template
  14. Library.
  15.  
  16. NOMANUAL
  17. */
  18. #ifndef __INCcplusStlc
  19. #define __INCcplusStlc
  20. extern char ___x_gnu_stlinst_o;
  21. char * __cplusStlObjs [] =
  22. {
  23.     &___x_gnu_stlinst_o,
  24.     0
  25. };
  26. #endif /* __INCcplusStlc */