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