shithub: scc

ref: 08608702436b819d3022aceb2b870e3284228810
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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