|
C-Menu 0.2.9
A User Interface Toolkit
|
Launch executable, detaching from current process. More...
#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| int | fork_detach_execvp (char **eargv) |
| Fork, set new session ID, close files, and execute detached command. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 63 of file detach.c.
References fork_detach_execvp().