#include <unistd.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/wait.h>
#include "exec.h"
#include "mem.h"
#include "printf.h"
#include "str.h"
#include "strtok.h"
Include dependency graph for exec_fork_pipe.c:

Go to the source code of this file.
Functions | |
| int | exec_fork_pipe (char **out, const char *fmt,...) |
| pipe, fork, execvp and wait | |
1.5.2