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