shithub: scc

ref: 9fbfbfa441fb3354422e52928d7f3af02d1ea2ad
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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