Synopsis
PDX_MSGT pdx_Free(long option, void *ptr)
Purpose
Free memory.
Description
The memory allocated for @ptr will be freed, unless it is already NULL.
Input
option
Options (not used)
ptr
The pointer to be freed
Return
PDX error code
PDX_MSGT pdx_Free(long option, void *ptr)
Free memory.
The memory allocated for @ptr will be freed, unless it is already NULL.
Options (not used)
The pointer to be freed
PDX error code