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