1 2 3 4 5 6 7 8
#define VERSION "1.3.4" static void version(const char *progname) { printf("%s " VERSION "\n", progname); }