eant_ArcElementFree

Go Back

Summary:
  Free an Eant_Element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementFree  (
    Eant_Element**    element ,
  )
element
    The input element.

Description:
  Free an Eant_Element with arc info. The arc info is freed first, then the Eant_Element.

Notes:
  None.

Return Description:
  This function is of type void.