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