Name
afc_fstree_internal_find_item -- Scans an ArrayMaster for a specific item
Synopsis
FSTData * afc_fstree_internal_find_item
( FSTree * fst, ArrayMaster * am, char * name );
Description
This function scans an ArrayMaster to see if it contains a specific node called *name*.
Inputs
- fst
Pointer to a valid FSTree instance.
- am
Pointer to a valid ArrayMaster used as "root" for the search.
- name
Name of the node.