shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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