int fcb_is_empty(struct fcb *fcb);
Returns 1 if there are no elements stored in FCB, otherwise returns 0.
Arguments
Description
fcb
Points to FCB.
See description.