Mercurial > hg > constant-q-cpp
view src/ext/kissfft/test/pstats.h @ 181:1ab84ec46c15
Switch to OS/X 10.7 min and libc++ (am generally doing this for lots of stuff now)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 16:23:29 +0100 |
parents | 5ed6e970541b |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif