📄 iso646.h
字号:
/* iso646.h: ISO 'C' NA1 library header */
/* Copyright 1996 ARM Limited. All rights reserved. */
/*
* Copyright ARM Ltd, 1999. All rights reserved.
* RCS $Revision: 1.4 $
* Checkin $Date: 2000/11/08 15:43:30 $
* Revising $Author: statham $
*/
#ifndef __iso646_h
#define __iso646_h
#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
/* end of iso646.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -