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