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