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