shithub: scc

ref: 751095831f3fdd1004805a31342c6da6c6976eca
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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