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