afc_clear

Name

afc_clear  -- Clears all stored data

Synopsis

int afc_clear ( AFC * base);

Description

Use this function to clear all stored data in the current afc instance.

Inputs

afc

Pointer to a valid afc instance.

Result

should be AFC_ERR_NO_ERROR

See Also