?? htfwrite.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 + -