Mercurial > hg > sv-dependency-builds
view src/fftw-3.3.5/libbench2/bench-exit.c @ 130:1c067f014d80
64-bit MSVC builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 15:59:23 +0100 |
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); }