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