annotate src/ext/kissfft/test/pstats.h @ 196:da283326bcd3 tip master

Update plugin versions in RDF
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 28 Feb 2020 09:43:02 +0000
parents 5ed6e970541b
children
rev   line source
c@174 1 #ifndef PSTATS_H
c@174 2 #define PSTATS_H
c@174 3
c@174 4 void pstats_init(void);
c@174 5 void pstats_report(void);
c@174 6
c@174 7 #endif