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