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