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