epopen
extern FILE *epopen(char *cmd, char *mode);
if ((pp = epopen(cmd, "r")) == NULL) {
if ((pp = epopen(cmd, "w")) == NULL) {