Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/iandf.dc3
Дата изменения: Thu Apr 21 18:00:21 1994
Дата индексирования: Fri Jan 16 00:13:44 2009
Кодировка:

Поисковые слова: п п р р р р р р р р р р р р р р

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.