view ext/kissfft/test/pstats.h @ 432:624ddb622a5d

Change that seemed to be needed for emscripten double-precision build to work
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 14 Mar 2017 13:40:50 +0000
parents 1f1999b0f577
children
line wrap: on
line source
#ifndef PSTATS_H
#define PSTATS_H

void pstats_init(void);
void pstats_report(void);
 
#endif