Function: IANDF Purpose: Returns the bitwise AND of two operands. Replaces the non-standard IAND. Category: SYSTEM File: xflib.c Author: K.G. Begeman Use: INTEGER IANDF( WORD1 , Input INTEGER WORD2 ) Input INTEGER IANDF Returns the bitwise AND of WORD1 and WORD2. WORD1 First operand. WORD2 Second operand. Notes: IANDF should replace the non-standard IAND. Updates: Apr 21, 1994: KGB, Document created.