afc_array_master_item

Name

afc_array_master_item  -- Returns the desired element in the Array

Synopsis

void * afc_array_master_item ( ArrayMaster * array_master, unsigned long item );

Description

This function returns the desired element from the array. If the item number you are specifying is out of array bounds, you will get a NULL value.

Inputs

array_master

Pointer to a valid afc_array_master instance.

item

Ordinal value of the item in the array (starting from 0)

Result

See Also