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