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