Connecting Tech Pros Worldwide Help | Site Map

what does this function do execvp()?

Newbie
 
Join Date: Oct 2007
Posts: 4
#1: Nov 15 '07
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)
Expert
 
Join Date: Aug 2007
Posts: 674
#2: Nov 15 '07

re: what does this function do execvp()?


http://www.hmug.org/man/3/execv.php

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