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