afc_array_master_first

Name

afc_array_master_first  -- Returns the first element in the array

Synopsis

void * afc_array_master_first ( ArrayMaster * array_master );

Description

This function returns the first element in the array.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

See Also