lis_vector_destroy - Man Page
destroy the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_destroy(LIS_VECTOR v);
Description
Destroy vector v.
Input
- v
The vector to be destroyed
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