eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-mandatory-special.c
Go to the documentation of this file.
1SPECIAL_TEXT0(### string literals that are mandatory for eĿlipsis)
2
3 SPECIAL_TEXT0(| start | end | category | note |)
4 SPECIAL_TEXT0(|-|-|-|-|)
5 SPECIAL_ADDON("U\"", "\"", string)
6 SPECIAL_ADDON("\"", "\"", string)
7 SPECIAL_ADDON("u8\"", "\"", string)
8 SPECIAL_ADDON("u\"", "\"", string)
9 SPECIAL_ADDON("x\"", "\"", binary)
10 SPECIAL_ADDON("B\"", "\"", base64)
11 SPECIAL_ADDON("R\"", "\"", verbatim)
12 SPECIAL_ADDON("uR\"", "\"", verbatim)
13 SPECIAL_ADDON("UR\"", "\"", verbatim)
14 SPECIAL_ADDON("u8R\"", "\"", verbatim)
15 SPECIAL_ADDON("LR\"", "\"", verbatim)
__directive__ end
Definition directives.c:561
@ binary
Definition ellipsis-category.h:52
@ base64
Definition ellipsis-category.h:53
@ verbatim
Definition ellipsis-category.h:51
#define SPECIAL_ADDON(STARTER, CLOSER, CAT,...)
Definition ellipsis-special.h:379
#define SPECIAL_TEXT0(...)
Definition ellipsis-special.h:383