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