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