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