Summary:
Copy one Eant_Arc to another.
Header File:
eant.h
Library Name:
elib
|
Eerr_ErrorReport** lclerr,
inArc
The data to be copied.
lclerr
Error handling structure pointer.
outArc
The structure to be copied to.
Description:
Copy the data from one Eant_Arc to another. If outArc is NULL, the structure is allocated. The address of the output Eant_Arc is returned.
Notes:
None.
Return Description:
Upon success this function returns a pointer to Eant_Arc structure.