cnfUregp

Unregister a pointer previously registered using cnfRegp

Description:

This is a low-level function which will normally only be required if you are implementing your own memory allocation facilities.

The function accepts a C pointer which has previously been registered for use from both C and FORTRAN (using cnfRegp) and removes its registration. Subsequently, conversion between the C pointer and its FORTRAN equivalent (and vice versa) will no longer be performed by cnfFptr and cnfCptr.

Invocation

cnfUregp( cpointer )

Arguments

void cpointer (Given)
The C pointer to be unregistered.

Notes: