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