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