kissfft/test/pstats.h

8 lines
94 B
C

#ifndef PSTATS_H
#define PSTATS_H
void pstats_init(void);
void pstats_report(void);
#endif