afc_array_master_del

Name

afc_array_master_del  -- Deletes the current element from the array

Synopsis

void * afc_array_master_del ( ArrayMaster * array_master );

Description

This function deletes the current element in the array. Like you were using a list, all other elements are shift to fill the gap, so ie. if you are deleteing element number 10, the 11th element will become the 10th and so on.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

See Also