I keep getting
implicit declaration of function \'execle\' is invalid in C99
when compiling the code below. What am I missing?
You need to include unistd.h to resolve the implicit dec warning