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

VxWorks

开发平台:

C/C++

  1. /* mqPxShow.h - private POSIX message queue library header */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,02dec93,dvs  written
  7. */
  8. #ifndef __INCmqPxShowh
  9. #define __INCmqPxShowh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #include "vxWorks.h"
  14. /* function declarations */
  15. #if defined(__STDC__) || defined(__cplusplus)
  16. extern STATUS mqPxShowInit (void);
  17. #else /* __STDC__ */
  18. extern STATUS mqPxShowInit ();
  19. #endif /* __STDC__ */
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif /* __INCmqPxShowh */