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