shithub: scc

ref: 4ca822523b4538c4267bdd8604fd6a71c7e6aca8
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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