shithub: scc

ref: 8e3bfac935622927d740135a2d0cb970743632c6
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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