blob: a94d57804d4801b1e9c4d1fc9d0d82396f9ac711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <iso646.h>
#define compl ~
/** alternate spelling of ~ **/
/***
is an alternate spelling of the bitwise complement operator (OPERATOR(~)).
***/
/*
VALUE_FIXED(~)
*/
/*
STDC(199409)
*/
|