RTEMS 4.7.0 On-Line Library
Process Creation and Execution Manager execve - Execute a File
 
 
RTEMS POSIX API User's Guide 
1.4.5: execve - Execute a File
CALLING SEQUENCE:
- 
int execve(
  const char *path,
  char *const argv[],
  char *const envp[]
);
 
STATUS CODES:
- ENOSYS
 - 
This routine is not supported by RTEMS.
 
DESCRIPTION:
This routine is not supported by RTEMS.
NOTES:
NONE
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation