eant_CharStrCompare

Go Back

Summary:
  See if the contents of two Eant_CharStrPtr's are the same.

Header File:
  eant.h

Library Name:
  elib

Emsc_Boolean    eant_CharStrCompare  (
    Eant_CharStrPtr*    charStr1,
    Eant_CharStrPtr*    charStr2,
    Eerr_ErrorReport**    lclerr,
  )
charStr1
    The first string.
charStr2
    The second string.
lclerr
    Error handling structure pointer.

Description:
  See if the contents of two Eant_CharStr's are the same. First check the string lengths, then make sure the string contents are the same.

Notes:
  None.

Return Description:
  Upon success this function returns Emsc_Boolean. If an error occurs, eant_CharStrCompare calls eerr_CreateErrorReport.