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