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