Posts by Samuel Santiago • 3 points
1 post
-
0
votes1
answer131
viewsQ: Shell in C: Segmentation error and execve function, what’s wrong?
#include <sys/types.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <sys/wait.h> void…