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