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

VxWorks

开发平台:

C/C++

  1. /* cplusDiabStringIo.c - force-link of C++ string type's IO functions  */
  2. /* Copyright 1998 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++ string type's iostreams
  11. related functionality.
  12.  
  13. NOMANUAL
  14. */
  15. #ifndef __INCcplusStringIoc
  16. #define __INCcplusStringIoc
  17. char * __cplusStringIoObjs [] =
  18. {
  19.     0
  20. };
  21. #endif /* __INCcplusStringIoc */