eant_CharStrFree

Go Back

Summary:
  Free the data portion of an Eant_CharStrPtr.

Header File:
  eant.h

Library Name:
  elib

void    eant_CharStrFree  (
    Eant_CharStrPtr*    charStr ,
  )
charStr
    The character string to be created.

Description:
  Free the space pointed to by the data portion of an Eant_CharStrPtr. Set the data pointer to NULL and the count to 0.

Notes:
  None.

Return Description:
  This function is of type void.