Implicit Declaration of Function in C UNIX
In the following code, I get a warning that there is an implicit declaration of function getpgid. I know its only a warning, but its for a class and the professor wants us to treat warnings as errors. So, help please. I have included the appropriate header file as well so I have no idea whats wrong: #include <unistd.h> pid_t pid, pgi...