if (argc > 1 && strcmp (argv[1], "-advice") == 0) { printf ("Don't Panic!\n"); exit (42); }