shithub: scc

ref: 6bb0202d65456bbd85648ad76552b8709bdb776c
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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