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