zombiefind
if (zombiefind(pid) != NULL)
if ((pr = zombiefind(pid)) == NULL)
struct process *zombiefind(pid_t); /* Find zombie process by id. */