shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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