comparison 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
comparison
equal deleted inserted replaced
9:c0fb53affa76 10:37bf6b4a2645
1 /* not worth copyrighting */
2 #include "bench.h"
3
4 /* default routine, can be overridden by user */
5 void bench_exit(int status)
6 {
7 exit(status);
8 }