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