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