?? htmlgen.h
字號(hào):
/* W3C Sample Code Library libwww HTML GENERATOR!HTML generator!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*This module converts structed stream into stream. That is, given astream to write to, it will give you a structured stream to. This module is implemented by HTMLGen.c, andit is a part of the W3CSample Code Library.*/#ifndef HTMLGEN_H#define HTMLGEN_H#include "HTStruct.h"#include "HTFormat.h"/*The HTML generator stream is almost a converter stream but it returnsa structured stream instead of a generic stream. The difference isthat a structured stream has methods for starting and ending mark upelements and for HTML/SGML entities.*/extern HTStructured* HTMLGenerator (HTRequest * request, void * param, HTFormat input_format, HTFormat output_format, HTStream * output_stream);extern HTConverter HTPlainToHTML;#endif/*@(#) $Id: HTMLGen.html,v 2.23 1998/05/14 02:10:43 frystyk Exp $*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -