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