annotate src/fftw-3.3.8/libbench2/bench-exit.c @ 84:08ae793730bd

Add null config files
author Chris Cannam
date Mon, 02 Mar 2020 14:03:47 +0000
parents d0c2a83c1364
children
rev   line source
Chris@82 1 /* not worth copyrighting */
Chris@82 2 #include "libbench2/bench.h"
Chris@82 3
Chris@82 4 /* default routine, can be overridden by user */
Chris@82 5 void bench_exit(int status)
Chris@82 6 {
Chris@82 7 exit(status);
Chris@82 8 }