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


xdr_free()

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

Format

#include <rpc.h>
     void
     xdr_free(proc, objp)
     xdrproc_t proc;
     char *objp;

Parameters

proc
Specifies the XDR routine.
objp
Indicates the pointer to the object being freed.

Usage

The xdr_free() call is a generic freeing routine.
Note: The pointer passed to this routine is not freed, but what it points to is freed (recursively).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014