Mercurial > hg > sv-dependency-builds
view src/fftw-3.3.5/libbench2/bench-exit.c @ 158:fa7c54aeb697
Rebuild with --disable-stack-protector for mingw32
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 25 Jan 2019 14:31: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); }