blob: 9db0987f71c9fc3ceaaff674a37546df79599dff [file] [log] [blame]
#include "libioP.h"
#include "stdio.h"
#undef getc
int
getc(stream)
FILE *stream;
{
return _IO_getc (stream);
}