shithub: scc

ref: da7698a0ff0faf4e02663430914b384a2f7276eb
dir: /lib/c/src/getchar.c/

View raw version

#include <stdio.h>
#undef getchar

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