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