Mercurial > hg > qm-dsp
view ext/kissfft/test/pstats.h @ 206:335be766a54d
Fix erroneous header guard
author | Chris Cannam |
---|---|
date | Fri, 30 Sep 2016 19:04:06 +0100 |
parents | 76ec2365b250 |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif