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