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-ambiguous.c
Go to the documentation of this file.
1PUNCTUATOR_TEXT0(#### Ambigous C and C++ punctuators for artithmetic {#c_ambiguous})
2
3 PUNCTUATOR_TEXT0(We cannot easily use Unicode replacements for these,
4 so they are not automatically transformed. The note
5 indicates the meaning of the replacement.)
6
7 PUNCTUATOR_TEXT0(| sequence | replacement | note |)
8 PUNCTUATOR_TEXT0(|-|-|-|)
9 PUNCTUATOR_ADDON("&", "∩", bit-wise (not address))
10 PUNCTUATOR_ADDON("*", "×", multiply (not reference))
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