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