HTML Tidy  5.9.15
The HTACG Tidy HTML Project
entities.h
Go to the documentation of this file.
1 #ifndef __ENTITIES_H__
2 #define __ENTITIES_H__
3 
4 /* entities.h -- recognize character entities
5 
6  (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
7  See tidy.h for the copyright notice.
8 
9 */
10 
11 #include "forward.h"
12 
13 /* entity starting with "&" returns zero on error */
14 /* uint EntityCode( ctmbstr name, uint versions ); */
15 TY_PRIVATE ctmbstr TY_(EntityName)( uint charCode, uint versions );
16 TY_PRIVATE Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
17 
18 #endif /* __ENTITIES_H__ */
#define TY_PRIVATE
Definition: forward.h:29
#define TY_(str)
Definition: forward.h:23
Bool
Definition: tidyplatform.h:662
unsigned int uint
Definition: tidyplatform.h:576
const tmbchar * ctmbstr
Definition: tidyplatform.h:624