iso646.h 文件
用途
提供备用拼写。
语法
#include <iso646.h>
描述
iso646.h 头文件定义了以下 11 个宏 (在左边) ,这些宏扩展至相应的标记 (在右边):
and &&
and_eq &=
bitand &
bitor |
compl ~
not !
not_eq !=
or ||
or_eq |=
xor ^
xor_eq ^=提供备用拼写。
#include <iso646.h>
iso646.h 头文件定义了以下 11 个宏 (在左边) ,这些宏扩展至相应的标记 (在右边):
and &&
and_eq &=
bitand &
bitor |
compl ~
not !
not_eq !=
or ||
or_eq |=
xor ^
xor_eq ^=