shithub: scc

ref: 2d60e8ab6926bc6850e5299182747c314e2589ce
dir: /lib/c/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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