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