lis_vector_copy - Man Page
copy the values of the vector elements
Synopsis
#include "lis.h"
LIS_INT lis_vector_copy(LIS_VECTOR x, LIS_VECTOR y);
Description
Copy the values of the vector elements.
Input
- x
The source vector
Output
- y
The destination vector
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions