Name
afc_dictionary_get_key -- Returns the current key name
Synopsis
char * afc_dictionary_get_key
( struct afc_dictionary * dictionary );
Description
Use this function to know the current key name.
Inputs
- dictionary
Pointer to a valid afc_dictionary instance.
Result
The current key name or NULL if dictionary is empty.