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