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