shithub: scc

ref: 7e77d6f2279708fd26317673007cdab18299a532
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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