Summary:
Allocate an Eant_Arc structure.
Header File:
eant.h
Library Name:
elib
|
Eant_Arc* eant_ArcCreate (
|
Eerr_ErrorReport** lclerr,
lclerr
Error handling structure pointer.
Description:
Allocate an Eant_Arc structure and initialize all of the pointers to NULL.
Notes:
None.
Return Description:
Upon success this function returns a pointer to Eant_Arc structure. If the allocation failed, eant_ArcCreate calls eerr_CreateErrorReport and returns a NULL pointer.