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

VxWorks

开发平台:

C/C++

  1. /* cplusComplexIo.c - force-link of C++ complex number IO */
  2. /* Copyright 1998 Wind River Systems, Inc. */
  3. #include "copyright_wrs.h"
  4. /*
  5. modification history
  6. --------------------
  7. 01d,06nov01,sn   use new prefixed names
  8. 01c,24jan01,sn   use data syms
  9. 01b,11Oct00,sn   regenerated
  10. 01a,03Jun98,sn   wrote
  11. */
  12. /*
  13. DESCRIPTION
  14. This file is used to include support for the C++ complex number iostreams
  15. related functionality.
  16.  
  17. NOMANUAL
  18. */
  19. #ifndef __INCcplusComplexIoc
  20. #define __INCcplusComplexIoc
  21. extern char ___x_gnu_dcomio_o;
  22. extern char ___x_gnu_fcomio_o;
  23. char *Objs [] =
  24. {
  25.     &___x_gnu_dcomio_o,
  26.     &___x_gnu_fcomio_o,
  27.     0
  28. };
  29. #endif /* __INCcplusComplexIoc */