VMS Help  —  CRTL  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: explode extract
Arguments Description Return Value
Close Help