summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/abort_.c
blob: 67278e93b254c48f89abe6e77289456a00912d6c (plain)
1
2
3
4
5
6
7
8
9
10
#include "stdio.h"
#include "f2c.h"

extern void sig_die(char*,int);

int abort_(void)
{
sig_die("Fortran abort routine called", 1);
return 0;	/* not reached */
}