comparison src/fftw-3.3.8/libbench2/bench-exit.c @ 82:d0c2a83c1364

Add FFTW 3.3.8 source, and a Linux build
author Chris Cannam
date Tue, 19 Nov 2019 14:52:55 +0000
parents
children
comparison
equal deleted inserted replaced
81:7029a4916348 82:d0c2a83c1364
1 /* not worth copyrighting */
2 #include "libbench2/bench.h"
3
4 /* default routine, can be overridden by user */
5 void bench_exit(int status)
6 {
7 exit(status);
8 }