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