afc_dictionary_new

Name

afc_dictionary_new  -- Initializes a new afc_dictionary instance.

Synopsis

struct afc_dictionary * afc_dictionary_new ( );

Description

This function initializes a new afc_dictionary instance.

Inputs

NONE

Result

a valid inizialized afc_dictionary structure. NULL in case of errors.

See Also