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