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