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