shithub: scc

ref: 29c70a1082291f1643b2eff68146385983ceaa76
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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