eant_ArcCopy

Go Back

Summary:
  Copy one Eant_Arc to another.

Header File:
  eant.h

Library Name:
  elib

Eant_Arc*    eant_ArcCopy  (
    Eant_Arc*    inArc,
    Eant_Arc*    outArc,
    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.