?? iso646.h
字號:
#pragma force_top_level
#pragma include_only_once
/* iso646.h: ISO 'C' NA1 library header */
/* Copyright (C) Advanced Risc Machines Ltd., 1996 */
/* version 1 */
#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 + -