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