ref: 29c70a1082291f1643b2eff68146385983ceaa76 dir: /lib/c/fgetc.c/
#include <stdio.h> #undef fgetc int fgetc(FILE *fp) { return getc(fp); }