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