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