mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Add w3c html tidy
This commit is contained in:
parent
ecc8962555
commit
3c7ae0fc72
63 changed files with 56239 additions and 0 deletions
19
third_party/tidy/entities.h
vendored
Normal file
19
third_party/tidy/entities.h
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef __ENTITIES_H__
|
||||
#define __ENTITIES_H__
|
||||
/* clang-format off */
|
||||
|
||||
/* entities.h -- recognize character entities
|
||||
|
||||
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University
|
||||
See tidy.h for the copyright notice.
|
||||
|
||||
*/
|
||||
|
||||
#include "third_party/tidy/forward.h"
|
||||
|
||||
/* entity starting with "&" returns zero on error */
|
||||
/* uint EntityCode( ctmbstr name, uint versions ); */
|
||||
ctmbstr TY_(EntityName)( uint charCode, uint versions );
|
||||
Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
|
||||
|
||||
#endif /* __ENTITIES_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue