Summary:
Copy one Eant_CharStrPtr to another.
Header File:
eant.h
Library Name:
elib
|
Eant_CharStrPtr* inCharStr,
|
Eant_CharStrPtr* outCharStr,
|
Eerr_ErrorReport** lclerr,
inCharStr
The data to be copied.
lclerr
Error handling structure pointer.
outCharStr
The structure to be copied to.
Description:
Copy the data from one Eant_CharStrPtr to another. The structure being copied to must itself have been allocated, but the data space that it points to will be created if it doesn't exist.
Notes:
None.
Return Description:
This function is of type void.