lis_initialize(3) - Linux man page
Name
lis_initialize - initialize the execution environment
Synopsis
#include "lis.h"
LIS_INT lis_initialize(LIS_INT* argc, char** argv[]);
Description
Initialize the execution environment.
Input
- argc
- The number of command line
arguments
- argv
- The command line argument
Output
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An
error occurred
See Also
lis(3)