eant_ArcFree

Go Back

Summary:
  Free an Eant_Arc structure.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcFree  (
    Eant_Arc**    arc,
  )
arc
    The data to be freed.

Description:
  Free an Eant_Arc structure. The structures pointed to by the Eant_Arc are freed first and the Eant_Arc * is set to NULL.

Notes:
  None.

Return Description:
  This function is of type void.