#define getc fgetc_or_similar
#include <stdio.h> #undef getc int main(void) { getc(stdin); return 0; }