⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htline.h

📁 www工具包
💻 H
字号:
/*					W3C Command Line Tool!W3C Command Line Tool!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*The W3C Command Line Tool is a "proof of concept" application that isusing the W3C Sample Code Library. It can be used to perform all kind ofWeb operations from the command line. It can issue HTTP, FTP, Gopher,local Files, and News request and it can handle PUT,POST, HEAD, GET and a set of other methodsdepending on the protocol used. The module is implemented by HTLine.c, and itis a part of the W3CCommand Line Tool. */#ifndef HTLINE_H#define HTLINE_H/*.Handling of output.*/#define STDOUT stdout#define OUTPUT stdout/**/#endif /* HTLINE_H *//*End of HTLine Declaration*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -