V7M/src/libF77/abort_.c

Compare this file to the similar file:
Show the results in this format:

#include <stdio.h>

abort_()
{
fprintf(stderr, "Fortran abort routine called\n");
_cleanup();
abort();
}