shithub: scc

ref: 91922108644eb444fd8942da683e1324598942e7
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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