GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FEXECLE(3) Schily´s LIBRARY FUNCTIONS FEXECLE(3)

fexecle() - executes a program

fexecle(name, in, out, err, a0, a1, a2, ... NULL, envptr)
char *name;
FILE *in, *out, *err;
char *a0, *a1, *a2...;
char **envptr;

fexecle() is a variation of fexecve(). The description for fexecve() also applies to fexecle() except for the argument list. fexecle() permits the argument list, which is a vector of pointers with a NULL at the end, to be constructed as part of the call to fexecle(), rather than as a C vector. Thus, in the new program, av[0] will be the same as a0 in this program, etc.

Returns a system error code; fexecle() does not return if it succeeds.

none
15. Juli 1988 Joerg Schilling

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.