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