comparison src/fftw-3.3.5/libbench2/bench-exit.c @ 42:2cd0e3b3e1fd

Current fftw source
author Chris Cannam
date Tue, 18 Oct 2016 13:40:26 +0100
parents
children
comparison
equal deleted inserted replaced
41:481f5f8c5634 42:2cd0e3b3e1fd
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 }