mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
8 lines
86 B
C
8 lines
86 B
C
#ifndef PSTATS_H
|
|
#define PSTATS_H
|
|
|
|
void pstats_init();
|
|
void pstats_report();
|
|
|
|
#endif
|