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