Copyright Digital Equipment Corp. All rights reserved.

execvp

   Passes the name of an image to be activated in a child process.
   This function is nonreentrant.

   Format

     #include  <unistd.h>

     int execvp  (const char *file_name, char *argv[]);
 


Additional information available:

Arguments       Description     Return_Value