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