Sign in
gnu
/
gcc
/
d01fc6a3172f05d1618263450c1c9f13737acf57
/
.
/
libf2c
/
libF77
/
abort_.c
blob: 761bc3bd6e99eb706a98a2598a0942357e72845e [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"f2c.h"
extern
void
sig_die
(
char
*,
int
);
int
G77_abort_0
(
void
)
{
sig_die
(
"Fortran abort routine called"
,
1
);
return
0
;
/* not reached */
}