z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Support for 64-bit integers

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Four XDR functions support 64-bit integers in the z/OS UNIX System Services RPC API.

The function xdr_hyper() is equivalent to xdr_longlong_t(). The function xdr_u_hyper() is equivalent to xdr_u_longlong_t.

XDR Function Description
xdr_hyper() Translates between C long longs and their external representatives.
xdr_u_hyper() Translates between C unsigned long longs and their external representatives.
xdr_longlong_t() Translates between C long longs and their external representatives.
xdr_u_longlong_t() Translates between C unsigned long longs and their external representatives.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014