1lis_vector_destroy(3) Lis Library Functions lis_vector_destroy(3)
23
4
NAME
6lis_vector_destroy - destroy the vector
78
SYNOPSIS
10#include "lis.h"
1112
LIS_INT lis_vector_destroy(LIS_VECTOR v);
1314
DESCRIPTION
16Destroy vector v.
1718
INPUT
20v The vector to be destroyed
2122
EXIT STATUS
24The following exit values are returned:
2526
0 The process is normally terminated
2728
unspecified
29An error occurred
3031
SEE ALSO
33lis(3)
3435
http://www.ssisc.org/lis/
3637
38
39
40
Man Page 6 Sep 2012 lis_vector_destroy(3)