my_popen
io = my_popen(command, "r", &pid_of_command);
io = my_popen("/usr/sbin/pmccontrol -L", "r", &pid_of_command);
io = my_popen(my_command, "r", &pid_of_command);