fp1
fp1 = file(argv[0]);
file1done = !fgets(line1, MAXLINELEN, fp1);
show(fp1, col1, line1);
FILE *fp1, *fp2;