You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digikam/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/abort_.c

11 lines
163 B

#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 */
}