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