afc_array_master_obj

Name

afc_array_master_obj  -- Returns the current element in the array

Synopsis

void * afc_array_master_obj ( ArrayMaster * array_master );

Description

This function returns the current element pointed in the array.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

See Also