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