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