Library:   unistd.h
	Prototype: int execl(char *Path, char *arg, (char *)0);
	Syntax:    execl("newprog", "newprog", NULL);
 example program issuing the execl.
 example program issuing the execl.
 The program started by the example above
 The program started by the example above  
 fork function.
fork function.
| Top | Master Index | Keywords | Functions |