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