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