lis_vector_swap - Man Page
swap the values of the vector elements
Synopsis
#include "lis.h"
LIS_INT lis_vector_swap(LIS_VECTOR x, LIS_VECTOR y);
Description
Swap the values of the vector elements.
Input
- x, y
The source vectors
Output
- x, y
The destination vectors
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