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