view src/ext/kissfft/test/pstats.h @ 183:0d81daeca8d6

Replace asserts with logic_errors
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 24 Sep 2015 16:35:33 +0100
parents 5ed6e970541b
children
line wrap: on
line source
#ifndef PSTATS_H
#define PSTATS_H

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