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