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