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