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