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