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