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