|
|
coherent
/*
* Standard I/O Library
* getchar function for those too lazy to include stdio.h
*/
#include <stdio.h>
#undef getchar
int
getchar()
{
return (getc(stdin));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.