Reference: IVEFtnIdToPtr

Overview

Converts a result of IVEPtrToFtnId back into a pointer.

Prototype (C)

#include "ive_fortran.h"
void* IVEFtnIdToPtr(ftn_int_t id);

Prototype (Fortran)

There is no Fortran interface.

Parameters

id
id is the value to convert.

Return value

May return zero if id is non-zero and, when checked, was determined to not be the result of a previous call to IVEPtrToFtnId. Otherwise the return value always satisfies the following: if id is zero, the return value is zero; if id is the value returned by IVEPtrToFtnId(ptr), the return value is ptr.

Cross references

IVEPtrToFtnId and fortran_types.h


| categories | alphabetical |


modified July 1, 2001

Eric Branlund (eric@msg.ucsf.edu)