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