shithub: scc

ref: 3bd6fb1ee5670440da8932a75dfe2ad114c30967
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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