mirror of
https://github.com/mborgerding/kissfft.git
synced 2026-01-03 23:02:42 -05:00
8 lines
86 B
C
8 lines
86 B
C
#ifndef PSTATS_H
|
|
#define PSTATS_H
|
|
|
|
void pstats_init();
|
|
void pstats_report();
|
|
|
|
#endif
|