lis_vector_duplicate - duplicate the vector
#include "lis.h"
LIS_INT lis_vector_duplicate(void *vin,
LIS_VECTOR *vout);
Create vector vout which has the same information as vin.
- vout
- The destination vector
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
The function lis_vector_duplicate does not copy the values, but allocates
only the memory. To copy the values as well, the function
lis_vector_copy must be called after this function.
lis(3)
http://www.ssisc.org/lis/