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