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