blob: df395ca9548dc3591469e0676c334c3e362aba2d [file] [log] [blame]
#include <stdio.h>
#include "getc.h"
int getchar(void)
{
return do_getc(stdin);
}