void * afc_array_master_item ( ArrayMaster * array_master, unsigned long item );
void * afc_array_master_item
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.
Pointer to a valid afc_array_master instance.
Ordinal value of the item in the array (starting from 0)
should return the desired value, or NULL if the desired element is out of bounds.
afc_array_master_add()
afc_array_master_del()
afc_array_master_first()
afc_array_master_succ()