shithub: scc

ref: 89778e7a0ed792d720c05ceb0a4246032a9dc623
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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