shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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