HTML Tidy 5.8.0
The HTACG Tidy HTML Project
Loading...
Searching...
No Matches
buffio.h
Go to the documentation of this file.
1/** @file buffio.h - Deprecated compatibility header. Use tidybuffio.h
2**
3** @deprecated This compatibility header is deprecated and
4** should be replaced by tidybuffio.h. This header will be removed!
5**
6*/
7
8#ifdef __GNUC__
9#warning "FIXME: Using compatibility tidy header (buffio.h) that will go away! Use tidybuffio.h"
10#endif
11#ifdef _MSC_VER
12#pragma message("WARNING: ** FIXME ** Using compatibility tidy header (buffio.h) that will go away! Use tidybuffio.h")
13#endif
14
15#include "tidybuffio.h"
16
17
Treat buffer as a stream that Tidy can use for I/O operations.