Mercurial > hg > sv-dependency-builds
view src/fftw-3.3.3/libbench2/bench-exit.c @ 167:bd3cc4d1df30
Add FFTW 3.3.8 source, and a Linux build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Nov 2019 14:52:55 +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); }