// public domain #include int main(int argc, char *argv[]) { printf("%d %d \"%s\"\n", __GNUC__, __GNUC_MINOR__, __VERSION__); return 0; }