Name
afc_dictionary_del -- Deletes the current element
Synopsis
void * afc_dictionary_del
( struct afc_dictionary * dictionary );
Description
Use this function to delete the element you are currently pointing to.
Inputs
- dictionary
Pointer to a valid afc_dictionary instance.
Result
the value of the next avaible item or NULL if the Dictionary is empty.