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