repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* add p cc
[mascara-docs.git]
/
compilers
/
pcc
/
pcc-libs-1.0.0
/
libpcc
/
include
/
iso646.h
blob
bd2f15b54829e623effbc2a0bd057e7da74576f9
1
2
#ifndef _ISO646_H_
3
#define _ISO646_H_
4
5
#define and &&
6
#define and_eq &=
7
#define bitand &
8
#define bitor |
9
#define compl ~
10
#define not !
11
#define not_eq !=
12
#define or ||
13
#define or_eq |=
14
#define xor ^
15
#define xor_eq ^=
16
17
#endif
/* _ISO646_H_ */
18