shorthelp 1999 src/simh/scp.c int shorthelp = strcmp(argv[i], "-h"); shorthelp 2000 src/simh/scp.c if (shorthelp != 0) shorthelp = strcmp(argv[i], "-H"); shorthelp 2001 src/simh/scp.c if (longhelp == 0 || shorthelp == 0) {