diff src/fftw-3.3.3/libbench2/bench-exit.c @ 10:37bf6b4a2645

Add FFTW3
author Chris Cannam
date Wed, 20 Mar 2013 15:35:50 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/fftw-3.3.3/libbench2/bench-exit.c	Wed Mar 20 15:35:50 2013 +0000
@@ -0,0 +1,8 @@
+/* not worth copyrighting */
+#include "bench.h"
+
+/* default routine, can be overridden by user */
+void bench_exit(int status)
+{
+     exit(status);
+}