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