shithub: scc

ref: 1ebd02c28ba4d5969e349942e2ec7334ca13d195
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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