iso646.h

来自「Keil for ARM.rar」· C头文件 代码 · 共 30 行

H
30
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?