eĿlipsis
a language independent preprocessor
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ellipsis-c-sideeffect.c
Go to the documentation of this file.
1
PUNCTUATOR_TEXT0
(### C operators with side effects {#c_sideeffects})
2
3
PUNCTUATOR_TEXT0
(C has a whole set of operators that combine arithmetic with
4
side effects on objects that make no sense
for
the preprocessor.)
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
("^=")
19
PUNCTUATOR_ADDON
("\x007c=", "∪=")
PUNCTUATOR_TEXT0
#define PUNCTUATOR_TEXT0(...)
Definition
ellipsis-special.h:374
PUNCTUATOR_ADDON
#define PUNCTUATOR_ADDON(STARTER,...)
Definition
ellipsis-special.h:370
sources
language
c
ellipsis-c-sideeffect.c
Generated by
1.9.8
eĿlipsis
20250309
© 2025 Jens Gustedt
eĿlipsis
20250309