shithub: scc

ref: b79ca20491ce1570c50880a476106d8bf5c46acc
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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