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