afc_regexp_new

Name

afc_regexp_new  -- Initializes a new afc_regexp instance.

Synopsis

RegExp * afc_regexp_new ( );

Description

This function initializes a new afc_regexp instance.

Inputs

Result

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

See Also