[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4 Files Reference

iso646.h File

Purpose

Provides alternate spellings.

Syntax

#include <#include> <iso646.h>

Description

The iso646.h header file defines the following eleven macros (on the left) that expand to the corresponding tokens (on the right):

and      &&  
and_eq   &= 
bitand   & 
bitor    |
compl    ~ 
not      ! 
not_eq   != 
or       || 
or_eq    |= 
xor      Ã 
xor_eq   Ã=

[ Previous | Next | Contents | Glossary | Home | Search ]