xdrstdio_create()

The xdrstdio_create() call initializes the XDR stream pointed to by xdrs. Data is written to or read from the standard I/O stream or file.

Syntax

#include <rpc\rpc.h>
#include <stdio.h>

void
xdrstdio_create(xdrs, file, op)
XDR *xdrs;
FILE *file;
enum xdr_op op;

Parameters

xdrs

file op


[Back: xdrrec_skiprecord()]
[Next: xprt_register()]