home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / include / iso646.h < prev    next >
C/C++ Source or Header  |  1998-08-19  |  827b  |  32 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ifndef _ISO646_H
  12. #define _ISO646_H
  13. #ident    "@(#)sgs-head:common/head/iso646.h    1.2"
  14.  
  15. #define and    &&
  16. #define and_eq    &=
  17. #define bitand    &
  18.  
  19. #define or    ||
  20. #define or_eq    |=
  21. #define bitor    |
  22.  
  23. #define xor    ^
  24. #define xor_eq    ^=
  25.  
  26. #define compl    ~
  27.  
  28. #define not    !
  29. #define not_eq    !=
  30.  
  31. #endif /*_ISO646_H*/
  32.