fp2
fp2 = file(argv[1]);
file2done = !fgets(line2, MAXLINELEN, fp2);
show(fp2, col2, line2);
FILE *fp1, *fp2;