view src/fftw-3.3.5/libbench2/bench-exit.c @ 140:59a8758c56b1

Add source for PortAudio stable v190600_20161030
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 13:44:07 +0000
parents 7867fa7e1b6b
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);
}