exec.h(0)
limb manual
exec.h(0)
NAME
exec.h - execute a file
SYNOPSIS
#include <limb/exec.h>
DESCRIPTION
The header defines functions to needed to execute a file.
skalibs
This header is a complement to skalibs' own header, intended to be used as a "replacement". However, instead of re-inventing the wheel, it depends/includes skalibs' header, and some of the functions below are actually implemented in skalibs, or macros to such functions.
Functions
The following functions are defined :
To execute a file specifying file, argv and environ.
Similar to exec_ae(3) specifying file and argv (using global environ
).
Similar to exec_ae(3) specifying argv and environ (using argv[0]
as file).
Similar to exec_ae(3) specifying argv (using argtv[0]
as file, and global
environ
).