what does this function do execvp()?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinney143
    New Member
    • Oct 2007
    • 4

    what does this function do execvp()?

    any inputs with respect toexecvp(e_argv[0],e_argv)
    function wll be helpful...

    i want to know what this function does? is there such a function in C?

    if possbile, any sample programs will be very much appreciated....

    execvp(e_argv[0],e_argv)
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2


    A combination of "man execv" and Google will get you information on execv family of functions. It's only available on *NIX systems.

    Comment

    Working...