|
|
coherent
/*
* Coherent Standard I/O Library.
* Default error routine - not a portable
* part of stdio.
*/
#include <stdio.h>
error(x)
{
fprintf(stderr, "%r", &x);
exit(1);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.