lis_solver_get_status(3) - Linux man page
Name
lis_solver_get_status - get the status from the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_status(LIS_SOLVER solver, LIS_INT *status);
Description
Get the status from the solver.
Input
- solver
- The solver
Output
- status
- The status
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)