annotate src/fftw-3.3.3/libbench2/bench-exit.c @ 58:eab3b14ddc95

Further win32 build updates
author Chris Cannam
date Mon, 09 Jan 2017 13:51:38 +0000
parents 37bf6b4a2645
children
rev   line source
Chris@10 1 /* not worth copyrighting */
Chris@10 2 #include "bench.h"
Chris@10 3
Chris@10 4 /* default routine, can be overridden by user */
Chris@10 5 void bench_exit(int status)
Chris@10 6 {
Chris@10 7 exit(status);
Chris@10 8 }