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