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