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