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