lis_vector_copy(3) - Linux man page
Name
lis_vector_copy - 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
- v
- 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
lis(3)