Name
mcDBfree — Free dataset allocated by MemCom
Synopsis
#include <memcom.h>
int mcDBfree(void* data);
Description
mcDBfree
frees the data allocated by any
of the mcDBget
and the
mcTBext
functions. If completed successfully,
the function returns 0. Otherwise, a negative value indicating the
MemCom error number is returned.
Parameters
data
Pointer to a data array allocated by any of the
mcDBget
functions (input).