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