|
NAMEfexecv() - executes a programSYNOPSISfexecv(name, in, out, err, ac, av) char *name; FILE *in, *out, *err; int ac; char **av; DESCRIPTIONfexecv() functions identically to fexecve() except that fexecv() passes the current environment list ( environ ) to the new program, where fexecve() passes the environment list specified as one of its arguments.RETURNSReturns a system error code; fexecv() does not normally return.NOTESnone
Visit the GSP FreeBSD Man Page Interface. |