![]() |
![]()
| ![]() |
![]()
NAMElis_vector_duplicate - duplicate the vector SYNOPSIS#include "lis.h" LIS_INT lis_vector_duplicate(void *vin, LIS_VECTOR *vout); DESCRIPTIONCreate vector vout which has the same information as vin. INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
NOTEThe 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. SEE ALSOlis(3) http://www.ssisc.org/lis/
|