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