eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-xml-entities.h
Go to the documentation of this file.
1
7#ifndef ELLIPSIS_XML_ENTITIES_H
8#define ELLIPSIS_XML_ENTITIES_H
9
10#include <uchar.h>
11
16char32_t ellipsis‿xml‿entity(char const s[static 1]);
17
22void ellipsis‿xml‿name(size_t len, char s[static len], char32_t c32);
23
24#endif
void ellipsis‿xml‿name(size_t len, char s[static len], char32_t c32)
Return the name of a named xml entity in s that corresponds to code point c32.
Definition ellipsis-xml-entities.c:15262
char32_t ellipsis‿xml‿entity(char const s[static 1])
Detect a named xml entity in s and return the Unicode code point.
Definition ellipsis-xml-entities.c:10899