distStatLibP.h
Upload User: nvosite88
Upload Date: 2007-01-17
Package Size: 4983k
Code Size: 1k
Category:

VxWorks

Development Platform:

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