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