eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-arithmetic-unambiguous.c
Go to the documentation of this file.
1PUNCTUATOR_TEXT0(#### Unambigous C and C++ punctuators for artithmetic {#c_unambiguous})
2
3 PUNCTUATOR_TEXT0(@note Some of these appear here as backslash encoded
4 strings such that they do not disturb the markdown output.)
5
6 PUNCTUATOR_TEXT0(| sequence | replacement | note |)
7 PUNCTUATOR_TEXT0(|-|-|-|)
8 PUNCTUATOR_ADDON("!", "¬")
9 PUNCTUATOR_ADDON("!=", "≠")
10 PUNCTUATOR_ADDON("&&", "∧")
11 PUNCTUATOR_ADDON("-", "−")
12 PUNCTUATOR_ADDON("/", "∕")
13 PUNCTUATOR_ADDON("<<", "◀")
14 PUNCTUATOR_ADDON("<=", "≤")
15 PUNCTUATOR_ADDON("==", "≡")
16 PUNCTUATOR_ADDON(">=", "≥")
17 PUNCTUATOR_ADDON(">>", "▶")
18 PUNCTUATOR_ADDON("\x007c", "∪", vertical bar)
19 PUNCTUATOR_ADDON("\x007c\x007c", "∨", two vertical bars)
20 PUNCTUATOR_ADDON("~", "∁")
static char const * punctuators[]
Definition ellipsis-c.c:44
#define PUNCTUATOR_TEXT0(...)
Definition ellipsis-special.h:374
#define PUNCTUATOR_ADDON(STARTER,...)
Definition ellipsis-special.h:370
static char const strings[]
A big char array that contains all the strings together with their null termination.
Definition ellipsis-xml-entities.c:40