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