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