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