shithub: scc

ref: 045dd2bcc4b996cc2543646b612e28e7fa31b47a
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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