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