#include <unistd.h>
#include <stdarg.h>
#include "exec.h"
#include "mem.h"
#include "printf.h"
#include "strtok.h"
Include dependency graph for exec_replace.c:

Go to the source code of this file.
Functions | |
| int | exec_replace (const char *fmt,...) |
| plain execvp | |
1.5.2