view ext/kissfft/test/pstats.h @ 431:c49dbfac4349

Fix erroneous header guard
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 30 Sep 2016 19:04:06 +0100
parents 1f1999b0f577
children
line wrap: on
line source
#ifndef PSTATS_H
#define PSTATS_H

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