dopen
file[0] = dopen(argv[1], argv[2]);
file[1] = dopen(argv[2], argv[1]);
static FILE *dopen(char *f1, char *f2);