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