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