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