/* mod1.c */ #include #include #ifndef VERSION #define VERSION "" #endif void x1(void) { printf("Called mod1-x1 " VERSION "\n"); }