annotate ext/kissfft/test/pstats.h @ 207:f11ec82227d5

Change that seemed to be needed for emscripten double-precision build to work
author Chris Cannam
date Tue, 14 Mar 2017 13:40:50 +0000
parents 76ec2365b250
children
rev   line source
Chris@184 1 #ifndef PSTATS_H
Chris@184 2 #define PSTATS_H
Chris@184 3
Chris@184 4 void pstats_init(void);
Chris@184 5 void pstats_report(void);
Chris@184 6
Chris@184 7 #endif