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