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