Copyright Digital Equipment Corp. All rights reserved.

execlp

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

   Format

     #include  <unistd.h>

     int execlp  (const char *file_name, const char *arg0, . . . ,  
                 (char *)0); (ISO POSIX-1)

     int execlp  (char *file_name, . . . ); (Compatibility)
 


Additional information available:

Arguments       Description     Return_Value