|
|
1.1 root 1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)abort_.c 5.1 6/7/85
7: */
8:
9: #include <stdio.h>
10:
11: abort_(msg,len)
12: char *msg; int len;
13: {
14: fprintf(stderr, "abort: ");
15: if (nargs()) while (len-- > 0) fputc(*msg++, stderr);
16: else fprintf(stderr, "called");
17: fputc('\n', stderr);
18: f77_abort();
19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.