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

VxWorks

开发平台:

C/C++

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