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