afc_array_master_last

Name

afc_array_master_last  -- Returns the last element in the array

Synopsis

void * afc_array_master_last ( ArrayMaster * array_master );

Description

This function returns the last element in the array.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

See Also