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