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