Syntax     : (int) IN_ARRAY(item, array)

Description: Find out whether an item is a member of an array.

Arguments  : item  - the item to test (of any type).
             array - the array to test whether item is in.

Returns    : int 1/0 - if true, the item is in the array.

Defined in : <macros.h>

