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