Mercurial > hg > qm-dsp
view ext/kissfft/test/pstats.h @ 185:2ae4ceb76ac3
Fix some uninitialised values
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 14:00:30 +0100 |
parents | 76ec2365b250 |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif