Mercurial > hg > constant-q-cpp
view src/ext/kissfft/test/pstats.h @ 179:433e3aac9e52
Add pi.h. Let's stop messing around with platform-specific defines
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 12:01:14 +0100 |
parents | 5ed6e970541b |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif