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