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

VxWorks

开发平台:

C/C++

  1. /* stdioLib.h - obsolete vxWorks 5.0 header file */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,22sep92,rrr  added support for c++
  7. 01a,19sep92,smb  written for compatibility with 5.0
  8. */
  9. #ifndef __INCstdioLibh
  10. #define __INCstdioLibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "stdio.h"
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif /* __INCstdioLibh */