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