blob: 88610dc49e260e4c2f686ae375e923035a21fdc5 [file] [log] [blame]
#include "libioP.h"
#include "stdio.h"
#undef getchar
int
getchar ()
{
return _IO_getc (stdin);
}