open_exec
if (!(fpa1 = open_exec(fn1, &inf1)) || !(fpa2 = open_exec(fn2, &inf2)))
FILE *open_exec(const char *fn, struct exec_info *inf);
extern struct file *open_exec(const char *);