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