Go to the documentation of this file.
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
13 int execv(
const char* path,
char*
const argv[]);
14 int execve(
const char* path,
char*
const argv[],
char*
const envp[]);
15 int execvp(
const char* file,
char*
const argv[]);
pid_t getpid()
Definition: unistd.c:7