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