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