#include <unistd.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/wait.h>
#include "exec.h"
#include "mem.h"
#include "printf.h"
#include "strtok.h"
Include dependency graph for exec_fork.c:
Go to the source code of this file.
Functions | |
int | exec_fork (const char *fmt,...) |
fork, execvp and wait |