getc_unlocked
int getc_unlocked(FILE *);
#define getchar_unlocked() getc_unlocked(stdin)
ch1 = getc_unlocked(f1);
ch2 = getc_unlocked(f2);