diff ext/kissfft/test/pstats.h @ 409:1f1999b0f577

Bring in kissfft into this repo (formerly a subrepo, but the remote is not responding)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 21 Jul 2015 07:34:15 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ext/kissfft/test/pstats.h	Tue Jul 21 07:34:15 2015 +0100
@@ -0,0 +1,7 @@
+#ifndef PSTATS_H
+#define PSTATS_H
+
+void pstats_init(void);
+void pstats_report(void);
+ 
+#endif