pstats.h 94 B

1234567
  1. #ifndef PSTATS_H
  2. #define PSTATS_H
  3. void pstats_init(void);
  4. void pstats_report(void);
  5. #endif