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