eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-entity.h
Go to the documentation of this file.
1
7#ifndef ELLIPSIS_ENTITY_H
8#define ELLIPSIS_ENTITY_H
9
11#include <uchar.h>
12
17extern bool ellipsis‿entity‿used;
18
29size_t ellipsis‿entity(char32_t pc32[static 1], char const s[restrict static 3]);
30
31#endif
bool ellipsis‿entity‿used
True if the processed language excepts html entities as special encoding of characters.
Definition ellipsis-entity.c:12
size_t ellipsis‿entity(char32_t pc32[static 1], char const s[restrict static 3])
Detect an html or xml entity in s and return the Unicode code point in pc32[0].
Definition ellipsis-entity.c:14