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