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