view src/fftw-3.3.3/libbench2/bench-exit.c @ 96:39797f8363b6

Fixes, ranlibs
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 15:56:36 +0000
parents 89f5e221ed7b
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);
}