lis_solver_destroy(3) - Linux man page
Name
lis_solver_destroy - destroy the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_destroy(LIS_SOLVER solver);
Description
Destroy the solver.
Input
- solver
- The solver to be destroyed
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An
error occurred
See Also
lis(3)