Name
afc_array_master_is_empty -- Checks if the array is empty
Synopsis
short afc_array_master_is_last
( ArrayMaster * array_master );
Description
This function checks if the array is empty or not.
Inputs
- array_master
Pointer to a valid afc_array_master instance.
Result
- TRUE
The array is empty.
- FALSE
The array is not empty.