shithub: scc

ref: 448edca819fa4d00ce307dca80bc4398150ec8e6
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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