shithub: scc

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

View raw version

#include <stdio.h>
#undef getchar

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