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

📄 htfwrite.h

📁 www工具包
💻 H
字号:
/*    					W3C Sample Code Library libwww ANSI C File Streams!  Basic ANSI C File Writer Stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This module contains a basic file writer stream that can be used todump data objects to local disk. See also the various subclasses ofthis basic stream which can be used to do save-as, save-and-callback etc. in the HTFSave moduleThis module is implemented by HTFWrite.c, and itis a part of the W3C Sample CodeLibrary.*/#ifndef HTFWRITE_H#define HTFWRITE_H#include "HTStream.h"#include "HTReq.h"/*.  Basic ANSI C File Writer Stream.This function puts up a new stream given an open file descripter.If the file is not to be closed afterwards, then setleave_open=NO.*/extern HTStream * HTFWriter_new	(        HTRequest * request,	FILE * fp,	BOOL leave_open);/**/#endif/*    @(#) $Id: HTFWrite.html,v 2.23 1999/02/07 18:26:23 frystyk Exp $*/

⌨️ 快捷键说明

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