|
|
coherent
/*
* Standard I/O Library
* Close all files and call sys exit
*/
#include <stdio.h>
int
exit(s)
{
_finish();
_exit(s);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.