afc_array_master_is_last

Name

afc_array_master_is_last  -- Checks if you are on the last element

Synopsis

short afc_array_master_is_last ( ArrayMaster * array_master );

Description

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

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

TRUE

You are on the last element.

FALSE

You are not on the last element.

See Also