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