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