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