annotate ext/kissfft/test/pstats.h @ 203:9ddc8982ad2d clapack-included

This file is very problematic in CLAPACK 3.2, with string handling memory problems all over the place; replace with older version from 3.1.1.1
author Chris Cannam
date Fri, 30 Sep 2016 16:22:56 +0100
parents 76ec2365b250
children
rev   line source
Chris@184 1 #ifndef PSTATS_H
Chris@184 2 #define PSTATS_H
Chris@184 3
Chris@184 4 void pstats_init(void);
Chris@184 5 void pstats_report(void);
Chris@184 6
Chris@184 7 #endif