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