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