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