Updates
This commit is contained in:
8
fftw-3.3.10/libbench2/bench-exit.c
Normal file
8
fftw-3.3.10/libbench2/bench-exit.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/* not worth copyrighting */
|
||||
#include "libbench2/bench.h"
|
||||
|
||||
/* default routine, can be overridden by user */
|
||||
void bench_exit(int status)
|
||||
{
|
||||
exit(status);
|
||||
}
|
||||
Reference in New Issue
Block a user