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