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