afc_array_master_is_first

Name

afc_array_master_is_first  -- Checks if you are on the first element

Synopsis

short afc_array_master_is_first ( ArrayMaster * array_master );

Description

This function checks if you are on the first element of the Array Master.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

TRUE

You are on the first element.

FALSE

You are not on the first element.

See Also