?? wwwnews.h
字號:
/* W3C Sample Code Library libwww News/NNTP Client! Declaration of W3C Sample Code News/NNTP Client!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*This application interface defines a News client which can be usedtogether with the Library core.The module itselfis not part of the Library core. It maybe registered by the application if wanted. The application may also usethe application profiles to initialize this module.*/#ifndef WWWNEWS_H#define WWWNEWS_H/**/#ifdef __cplusplusextern "C" { #endif/*( System dependencies)The wwwsys.h file includes system-specific includefiles and flags for I/O to network and disk. The only reason for this fileis that the Internet world is more complicated than Posix and ANSI.*/#include "wwwsys.h"/*( NNTP Protocol State machine)The state machine handles requests and responses to an NNTP server accordingto the NNTP specifications.*/#include "HTNews.h"/*( News Request Stream)The request stream generates a request which may or may not include a messagebody to be posted to the server*/#include "HTNewsRq.h"/*( News Response Stream for Messages and group Listings)The News response streams parses the output from an NNTP server. The twoformats understood are News groups and News articles.*/#include "HTNewsLs.h"/*( Presentation of News Listings in HTML)When the output has been received then we convert it to HTML by parsing itthrough the following stream.*/#include "HTNDir.h"/*End of News module*/#ifdef __cplusplus} /* end extern C definitions */#endif#endif/* @(#) $Id: WWWNews.html,v 2.7 1998/05/04 19:37:55 frystyk Exp $*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -