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