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