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