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