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