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-characters.c
Go to the documentation of this file.
1SPECIAL_TEXT0(### Character constants and wide strings)
2
3SPECIAL_TEXT0(| start | end | category | note |)
4SPECIAL_TEXT0(|-|-|-|-|)
6SPECIAL_ADDON("U'", "'", character)
7SPECIAL_ADDON("u'", "'", character)
8SPECIAL_ADDON("u8'", "'", character)
9SPECIAL_ADDON("L'", "'", character)
10SPECIAL_ADDON("L\"", "\"", string)
__directive__ end
Definition directives.c:561
@ character
Definition ellipsis-category.h:35
#define SPECIAL_ADDON(STARTER, CLOSER, CAT,...)
Definition ellipsis-special.h:379
#define SPECIAL_TEXT0(...)
Definition ellipsis-special.h:383
static char const strings[]
A big char array that contains all the strings together with their null termination.
Definition ellipsis-xml-entities.c:40