Custom Functions
>
Function Definitions
>
MathcadFree
MathcadFree
This function frees memory that you allocated with the
MathcadAllocate
function to the
hReal
and
hImag
members of the scalar argument. A
NULL
pointer argument is ignored.
void MathcadFree(address)
char * address;
Parameter
Description
address
Address of the memory block that is to be freed.
Return Value
The function does not return a value.
Additional Information
To free memory for arrays, use
MathcadArrayFree
.