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