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