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