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