Converts a result of IVEPtrToFtnId back into a pointer.
#include "ive_fortran.h"
void* IVEFtnIdToPtr(ftn_int_t id);
There is no Fortran interface.
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.
IVEPtrToFtnId and fortran_types.h
| categories | alphabetical |
modified July 1, 2001
Eric Branlund (eric@msg.ucsf.edu)