iso646.mh

来自「开放源码的编译器open watcom 1.6.0版的源代码」· MH 代码 · 共 25 行

MH
25
字号
/*
 *  iso646.h    C99 Standard:  7.9  Alternative spellings  <iso646.h>
 *
:include crwat.sp
 */
#ifndef _ISO646_H_INCLUDED
#define _ISO646_H_INCLUDED
:include readonly.sp

#ifndef __cplusplus
#define and     &&
#define and_eq  &=
#define bitand  &
#define bitor   |
#define compl   ~
#define not     !
#define not_eq  !=
#define or      ||
#define or_eq   |=
#define xor     ^
#define xor_eq  ^=
#endif

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?