view ext/kissfft/test/pstats.h @ 196:be1fc3a6b901

Avoid using a namespace (confuses docs)
author Chris Cannam
date Wed, 07 Oct 2015 12:05:44 +0100
parents 76ec2365b250
children
line wrap: on
line source
#ifndef PSTATS_H
#define PSTATS_H

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