iso646.h

来自「MMI层OBJ不能完全编译」· C头文件 代码 · 共 16 行

H
16
字号
/*****************************************************************************/
/* ISO646.H v2.54                                                            */
/* Copyright (c) 2000-2004 Texas Instruments Incorporated                    */
/*****************************************************************************/
#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 ^=

⌨️ 快捷键说明

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