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