shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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