mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add w3c html tidy
This commit is contained in:
parent
ecc8962555
commit
3c7ae0fc72
63 changed files with 56239 additions and 0 deletions
16
third_party/tidy/mappedio.h
vendored
Normal file
16
third_party/tidy/mappedio.h
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef __TIDY_MAPPED_IO_H__
|
||||
#define __TIDY_MAPPED_IO_H__
|
||||
/* clang-format off */
|
||||
|
||||
/* Interface to mmap style I/O
|
||||
|
||||
(c) 2006 (W3C) MIT, ERCIM, Keio University
|
||||
See tidy.h for the copyright notice.
|
||||
|
||||
*/
|
||||
|
||||
#if defined(_WIN32)
|
||||
int TY_(DocParseFileWithMappedFile)( TidyDocImpl* doc, ctmbstr filnam );
|
||||
#endif
|
||||
|
||||
#endif /* __TIDY_MAPPED_IO_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue