Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
419 B

  1. /* iso646.h standard header */
  2. #ifndef _ISO646
  3. #define _ISO646
  4. #define and &&
  5. #define and_eq &=
  6. #define bitand &
  7. #define bitor |
  8. #define compl ~
  9. #define not !
  10. #define not_eq !=
  11. #define or ||
  12. #define or_eq |=
  13. #define xor ^
  14. #define xor_eq ^=
  15. #endif /* _ISO646 */
  16. /*
  17. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  18. * Consult your license regarding permissions and restrictions.
  19. */