shithub: scc

ref: 5310badb8f39560835f0db678d6784217c92766f
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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