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