Bell 32V development
[unix-history] / usr / src / libF77 / abort_.c
CommitLineData
0c9e74ab
TL
1#include <stdio.h>
2
3abort_()
4{
5fprintf(stderr, "Fortran abort routine called\n");
6_cleanup();
7abort();
8}