shithub: scc

ref: 7726d04d20291674f962bfcb5cc494934a762ff2
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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