distStatLibP.h
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* distStatLibP.h - statistics library private header (VxFusion) */
  2. /* Copyright 1999 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,11sep98,drm   written.
  7. */
  8. #ifndef __INCdistStatLibPh
  9. #define __INCdistStatLibPh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* function declarations */
  14. #if defined(__STDC__) || defined(__cplusplus)
  15. void distStatInit (void);
  16. #else   /* __STDC__ */
  17. void distStatInit ();
  18. #endif  /* __STDC__ */
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif __INCdistStatLibPh