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