RTEMS Logo

RTEMS 4.10.2 On-Line Library


Process Creation and Execution Manager execl - Execute a File

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.2: execl - Execute a File

CALLING SEQUENCE:

int execl(
  const char *path,
  const char *arg,
  ...
);

STATUS CODES:

ENOSYS
This routine is not supported by RTEMS.

DESCRIPTION:

This routine is not supported by RTEMS.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation