shithub: scc

ref: 0ac77da6b080c9fdd74a036666ed560add8d3810
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

int
getchar(void)
{
	return getc(stdin);
}