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

VxWorks

开发平台:

C/C++

  1. /* cplusDiabStl.c - force-link of C++ Standard Template Library  */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,06nov01,sn   wrote dummy implementation
  7. */
  8. /*
  9. DESCRIPTION
  10. This file is used to include support for the C++ Standard Template
  11. Library.
  12.  
  13. NOMANUAL
  14. */
  15. #ifndef __INCcplusStlc
  16. #define __INCcplusStlc
  17. char * __cplusStlObjs [] =
  18. {
  19.     0
  20. };
  21. #endif /* __INCcplusStlc */