lis_initialize - Man Page
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
Info
6 Sep 2012 Man Page Lis Library Functions