shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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