COHERENT help

This page displays the COHERENT help information for execl.

Listing of available help pages


execl() -- Execute a load module

#include <unistd.h>
execl(file, arg0, arg1, ..., argn, NULL)
char *file, *arg0, *arg1, ..., *argn;