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