afc_regexp_delete

Name

afc_regexp_delete  -- Disposes a valid regexp instance.

Synopsis

int afc_regexp_delete (RegExp * regexp);

Description

This function frees an already alloc'd afc_regexp structure.

Inputs

regexp

Pointer to a valid afc_regexp class.

Result

should be AFC_ERR_NO_ERROR

Note

See Also