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