Translates between fixed-length arrays and their corresponding external representations.
C Library (libc.a)
The xdr_vector subroutine is a filter primitive that translates between fixed-length arrays and their corresponding external representations.
Item | Description |
---|---|
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
arrp | Specifies the pointer to the array. |
size | Specifies the element count of the array. |
elsize | Specifies the size of each of the array elements. |
elproc | Translates between the C form of the array elements and their external representation. This is an XDR filter. |
Upon successful completion, this routine returns a value of 1. If unsuccessful, it returns a value of 0.