xdr_hyper Subroutine

Purpose

Translates long integers from C language to their external representations.

Library

C Library (libc.a)

Syntax

 int xdr_hyper(XDR *xdrs, long long *lp)

Description

A filter primitive that translates ANSI C long integers to their external representations. This subroutine returns 1 if it succeeds, otherwise returns a value of 0.

Parameters

Item Description
xdrs Points to the eXternal Data Representation (XDR) stream handle.
ulp Specifies the address of the long integer.

Return Values

Upon successful completion, the xdr_hyper subroutine returns a value of 1. If unsuccessful, it returns a value of 0.