view fft/fftw/fftw-3.3.4/libbench2/bench-exit.c @ 34:afbb64027d79

Text updates
author Chris Cannam
date Fri, 16 Oct 2015 17:18:45 +0100
parents 26056e866c29
children
line wrap: on
line source
/* not worth copyrighting */
#include "bench.h"

/* default routine, can be overridden by user */
void bench_exit(int status)
{
     exit(status);
}