afc_array_master_succ

Name

afc_array_master_succ  -- Returns the next element in the array

Synopsis

void * afc_array_master_succ ( ArrayMaster * array_master );

Description

This function returns the next element in the array.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

See Also