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