c@174: #ifndef PSTATS_H c@174: #define PSTATS_H c@174: c@174: void pstats_init(void); c@174: void pstats_report(void); c@174: c@174: #endif