shithub: scc

ref: 26264ba59a97728187c81d84584caf8de23c4fae
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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