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