xdrrec_eof Subroutine
Purpose
Checks the buffer for an input stream that indicates the end of file (EOF).
Library
C Library (libc.a)
Syntax
#include <rpc/xdr.h>
xdrrec_eof ( xdrs)
XDR *xdrs;
XDR *xdrs;
Description
The xdrrec_eof subroutine checks the buffer for an input stream to see if the stream reached the end of the file. This subroutine can only be invoked on streams created by the xdrrec_create subroutine.
Parameters
Item | Description |
---|---|
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
Return Values
After consuming the rest of the current record in the stream, this subroutine returns a value of 1 if the stream has no more input, and a value of 0 otherwise.