blob: 2578afccd28ac8f75e8bb470e99ca74015cb75f2 [file] [log] [blame]
#include <stdio.h>
#include "getc.h"
int fgetc(FILE *f)
{
return do_getc(f);
}