File: bench-exit.c

package info (click to toggle)
fftw3 3.3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,788 kB
  • sloc: ansic: 259,336; ml: 5,474; sh: 4,457; perl: 1,666; makefile: 1,126; fortran: 110
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/* not worth copyrighting */
#include "libbench2/bench.h"

/* default routine, can be overridden by user */
void bench_exit(int status)
{
     exit(status);
}