dd8f02b7
8fc7b596
1 2
3 4 5
6
7 8 9
#include <stdio.h> #include "getc.h" int getc(FILE *f) { return do_getc(f); } weak_alias(getc, _IO_getc);