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